C# Class BISharp.BISharpRequestException

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

Public Methods

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

Protected Methods

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

Method Details

BISharpRequestException() public method

public BISharpRequestException ( ) : System
return System

BISharpRequestException() public method

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

BISharpRequestException() protected method

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

BISharpRequestException() public method

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

BISharpRequestException() public method

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