Click or drag to resize

AppException Constructor (String, Exception, String)

If the hashCode is provided it is stored in the Data of the exception for presentation to the end user.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AppException(
	string message,
	Exception innerException,
	string hashCode = null
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
hashCode (Optional)
Type: SystemString
See Also