DotMSN

UnauthorizedException Constructor (String, Exception)

Specifies a general exception but which originates from another exception.

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

Parameters

message
A textual presentation of the exception message
innerException
The (inner)exception which caused this exception. For example a SocketException.

See Also

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