C# 클래스 CookComputing.XmlRpc.XmlRpcException

상속: System.ApplicationException
파일 보기 프로젝트 열기: bricel/DrutNet 1 사용 예제들

공개 메소드들

메소드 설명
XmlRpcException ( ) : System
XmlRpcException ( string msg ) : System
XmlRpcException ( string msg, Exception innerEx ) : System

메소드 상세

XmlRpcException() 공개 메소드

public XmlRpcException ( ) : System
리턴 System

XmlRpcException() 공개 메소드

public XmlRpcException ( string msg ) : System
msg string
리턴 System

XmlRpcException() 공개 메소드

public XmlRpcException ( string msg, Exception innerEx ) : System
msg string
innerEx System.Exception
리턴 System