 | JsBusinessRuleException(String, Exception) Constructor |
Create a new javascript business rules engine exception with the specified message
caused by the innerException
Namespace: SanteDB.BusinessRules.JavaScript.ExceptionsAssembly: SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 3.0.2081-alpha+2e88b63362ef5258b46c537869eb2b7aa0e99be8
Syntaxpublic JsBusinessRuleException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
JsBusinessRuleException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> JsBusinessRuleExceptionParameters
- message String
- The error message to be conveyed in the exception
- innerException Exception
- The cause of the exception
See Also