C# Class BitcoinLib.ExceptionHandling.Rpc.RpcInternalServerErrorException

Inheritance: System.Exception
Show file Open project: GeorgeKimionis/BitcoinLib

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RpcInternalServerErrorException ( ) : System
RpcInternalServerErrorException ( string customMessage ) : System
RpcInternalServerErrorException ( string customMessage, Exception exception ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

RpcInternalServerErrorException() public method

public RpcInternalServerErrorException ( ) : System
return System

RpcInternalServerErrorException() public method

public RpcInternalServerErrorException ( string customMessage ) : System
customMessage string
return System

RpcInternalServerErrorException() public method

public RpcInternalServerErrorException ( string customMessage, Exception exception ) : System
customMessage string
exception System.Exception
return System