C# 클래스 BitcoinLib.ExceptionHandling.Rpc.RpcInternalServerErrorException

상속: System.Exception
파일 보기 프로젝트 열기: GeorgeKimionis/BitcoinLib

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RpcInternalServerErrorException ( ) : System
RpcInternalServerErrorException ( string customMessage ) : System
RpcInternalServerErrorException ( string customMessage, Exception exception ) : System

메소드 상세

GetObjectData() 공개 메소드

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

RpcInternalServerErrorException() 공개 메소드

public RpcInternalServerErrorException ( ) : System
리턴 System

RpcInternalServerErrorException() 공개 메소드

public RpcInternalServerErrorException ( string customMessage ) : System
customMessage string
리턴 System

RpcInternalServerErrorException() 공개 메소드

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