C# Class BitcoinLib.ExceptionHandling.Rpc.RpcInternalServerErrorException

Inheritance: System.Exception
Afficher le fichier Open project: GeorgeKimionis/BitcoinLib

Méthodes publiques

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

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

RpcInternalServerErrorException() public méthode

public RpcInternalServerErrorException ( ) : System
Résultat System

RpcInternalServerErrorException() public méthode

public RpcInternalServerErrorException ( string customMessage ) : System
customMessage string
Résultat System

RpcInternalServerErrorException() public méthode

public RpcInternalServerErrorException ( string customMessage, Exception exception ) : System
customMessage string
exception System.Exception
Résultat System