Constructor EdgeChatException
EdgeChatException(EdgeErrorCode, string, Exception?)
Creates the exception.
public EdgeChatException(EdgeErrorCode code, string message, Exception? innerException = null)
Parameters
codeEdgeErrorCodeThe error code; the help link is derived from it.
messagestringThe message.
innerExceptionExceptionThe cause, when there is one.