C# 클래스 CookComputing.XmlRpc.XmlRpcIllFormedXmlException

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

공개 메소드들

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

메소드 상세

XmlRpcIllFormedXmlException() 공개 메소드

public XmlRpcIllFormedXmlException ( ) : System
리턴 System

XmlRpcIllFormedXmlException() 공개 메소드

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

XmlRpcIllFormedXmlException() 공개 메소드

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