C# 클래스 CookComputing.XmlRpc.XmlRpcMappingSerializeException

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

공개 메소드들

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

메소드 상세

XmlRpcMappingSerializeException() 공개 메소드

public XmlRpcMappingSerializeException ( ) : System
리턴 System

XmlRpcMappingSerializeException() 공개 메소드

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

XmlRpcMappingSerializeException() 공개 메소드

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