C# Class App.Exceptions.NotAuthenticatedException

Inheritance: Exception
Show file Open project: CiBuildOrg/WebApi-Boilerplate

Public Methods

Method Description
NotAuthenticatedException ( ) : System
NotAuthenticatedException ( string message ) : System
NotAuthenticatedException ( string message, Exception inner ) : System

Protected Methods

Method Description
NotAuthenticatedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotAuthenticatedException() public method

public NotAuthenticatedException ( ) : System
return System

NotAuthenticatedException() protected method

protected NotAuthenticatedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NotAuthenticatedException() public method

public NotAuthenticatedException ( string message ) : System
message string
return System

NotAuthenticatedException() public method

public NotAuthenticatedException ( string message, Exception inner ) : System
message string
inner Exception
return System