C# 클래스 CookComputing.XmlRpc.XmlRpcUnsupportedTypeException

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

공개 메소드들

메소드 설명
XmlRpcUnsupportedTypeException ( Type t ) : System
XmlRpcUnsupportedTypeException ( Type t, string msg ) : System
XmlRpcUnsupportedTypeException ( Type t, string msg, Exception innerEx ) : System

메소드 상세

XmlRpcUnsupportedTypeException() 공개 메소드

public XmlRpcUnsupportedTypeException ( Type t ) : System
t System.Type
리턴 System

XmlRpcUnsupportedTypeException() 공개 메소드

public XmlRpcUnsupportedTypeException ( Type t, string msg ) : System
t System.Type
msg string
리턴 System

XmlRpcUnsupportedTypeException() 공개 메소드

public XmlRpcUnsupportedTypeException ( Type t, string msg, Exception innerEx ) : System
t System.Type
msg string
innerEx System.Exception
리턴 System