C# 클래스 hessiancsharp.io.CHessianException

Exception for faults when the fault doesn't return a standard exception.
상속: System.Exception
파일 보기 프로젝트 열기: timfel/csharp-hessian 1 사용 예제들

공개 메소드들

메소드 설명
CHessianException ( string strMessage ) : System

Constructor

CHessianException ( string strMessage, Exception e ) : System

메소드 상세

CHessianException() 공개 메소드

Constructor
public CHessianException ( string strMessage ) : System
strMessage string Exception-Message
리턴 System

CHessianException() 공개 메소드

public CHessianException ( string strMessage, Exception e ) : System
strMessage string
e System.Exception
리턴 System