Instantiates a new BusinessRulesViolationException using the supplied message along with an additional exception that caused this one to be thrown
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public BusinessRulesViolationException( string message, Exception innerException ) |
| Visual Basic |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
| Visual C++ |
|---|
public: BusinessRulesViolationException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::..String
The error message string.
- innerException
- Type: System..::..Exception
The inner exception reference.