C# 클래스 CookComputing.XmlRpc.XmlRpcUnsupportedMethodException

상속: XmlRpcException
파일 보기 프로젝트 열기: bricel/DrutNet

공개 메소드들

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

메소드 상세

XmlRpcUnsupportedMethodException() 공개 메소드

public XmlRpcUnsupportedMethodException ( ) : System
리턴 System

XmlRpcUnsupportedMethodException() 공개 메소드

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

XmlRpcUnsupportedMethodException() 공개 메소드

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