BISharp.BISharpRequestException.BISharpRequestException C# (CSharp) Method

BISharpRequestException() public method

public BISharpRequestException ( ) : System
return System
        public BISharpRequestException()
        {
        }

Same methods

BISharpRequestException::BISharpRequestException ( IRestResponse response ) : System
BISharpRequestException::BISharpRequestException ( SerializationInfo info, StreamingContext context ) : System
BISharpRequestException::BISharpRequestException ( string message ) : System
BISharpRequestException::BISharpRequestException ( string message, Exception innerException ) : System
BISharpRequestException