Method | Description | |
---|---|---|
NotAuthenticatedException ( ) : System | ||
NotAuthenticatedException ( string message ) : System | ||
NotAuthenticatedException ( string message, Exception inner ) : System |
Method | Description | |
---|---|---|
NotAuthenticatedException ( SerializationInfo info, StreamingContext context ) : System |
public NotAuthenticatedException ( ) : System | ||
return | System |
protected NotAuthenticatedException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public NotAuthenticatedException ( string message ) : System | ||
message | string | |
return | System |
public NotAuthenticatedException ( string message, Exception inner ) : System | ||
message | string | |
inner | Exception | |
return | System |