Overload | Description |
---|---|
InvoiceProcessingException Constructor() | General base exception to assist in debugging the root cause. |
InvoiceProcessingException Constructor(Int32) | Generates an exception based on the given error number. |
InvoiceProcessingException Constructor(String) | Generates an exception based on the given string. |
InvoiceProcessingException Constructor(Int32,String) | Generates an exception based on the given error number and string. |
InvoiceProcessingException Constructor(String,Exception) | Generates an exception based on the given string and a given inner exception. |
InvoiceProcessingException Constructor(SerializationInfo,StreamingContext) | These exceptions are thrown for general InvoiceProcessingException component errors. |