ZoomException Constructor (String, String, Exception) |
Standard constructor when additional developer information is desired.
Namespace:
NetQuarry.Services.Zoom
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ZoomException(
string userMessage,
string developerMessage,
Exception innerException
)
Public Sub New (
userMessage As String,
developerMessage As String,
innerException As Exception
)
Parameters
- userMessage
- Type: SystemString
The user error message. - developerMessage
- Type: SystemString
The developer error message. - innerException
- Type: SystemException
The inner exception.
See Also