DotMSN

UnauthorizedException Constructor (String)

Specifies a general exception.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public UnauthorizedException(
   string message
);

Parameters

message
A textual presentation of the exception message

See Also

UnauthorizedException Class | XihSolutions.DotMSN Namespace | UnauthorizedException Constructor Overload List