Click or drag to resize

SlackException Constructor (String, String, Exception)

Standard constructor when additional developer information is desired.

Namespace:  NetQuarry.Services.Slack
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SlackException(
	string userMessage,
	string developerMessage,
	Exception innerException
)

Parameters

userMessage
Type: System.String
The message as intended for the user.
developerMessage
Type: System.String
Additional message information intended for developers.
innerException
Type: System.Exception
The inner exception, if any.
See Also