| AppExceptionCreate Method |
Creates an AppException where the hashCode is contained in the Message.
If the AppException is created elsewhere without the hashcode in the message
a new exception is created with the AppException as inner exception
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static AppException Create(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
Return Value
Type:
AppException
See Also