C# Класс CookComputing.XmlRpc.XmlRpcUnsupportedTypeException

Наследование: XmlRpcException
Показать файл Открыть проект

Открытые методы

Метод Описание
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