C# Class BISharp.BISharpAuthenticationException

Inheritance: System.Exception
Show file Open project: elastacloud/bisharp

Public Methods

Method Description
BISharpAuthenticationException ( ) : System
BISharpAuthenticationException ( IRestResponse response ) : System
BISharpAuthenticationException ( string message ) : System
BISharpAuthenticationException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

BISharpAuthenticationException() public method

public BISharpAuthenticationException ( ) : System
return System

BISharpAuthenticationException() public method

public BISharpAuthenticationException ( IRestResponse response ) : System
response IRestResponse
return System

BISharpAuthenticationException() protected method

protected BISharpAuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BISharpAuthenticationException() public method

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

BISharpAuthenticationException() public method

public BISharpAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System