C# 클래스 CookComputing.XmlRpc.XmlRpcMethodAttributeException

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

공개 메소드들

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

메소드 상세

XmlRpcMethodAttributeException() 공개 메소드

public XmlRpcMethodAttributeException ( ) : System
리턴 System

XmlRpcMethodAttributeException() 공개 메소드

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

XmlRpcMethodAttributeException() 공개 메소드

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