C# Класс System.Runtime.Remoting.RemotingException

Наследование: System.SystemException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RemotingException ( ) : System.Runtime.Remoting
RemotingException ( String message ) : System.Runtime.Remoting
RemotingException ( String message, Exception InnerException ) : System.Runtime.Remoting

Защищенные методы

Метод Описание
RemotingException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting

Описание методов

RemotingException() публичный Метод

public RemotingException ( ) : System.Runtime.Remoting
Результат System.Runtime.Remoting

RemotingException() защищенный Метод

protected RemotingException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System.Runtime.Remoting

RemotingException() публичный Метод

public RemotingException ( String message ) : System.Runtime.Remoting
message String
Результат System.Runtime.Remoting

RemotingException() публичный Метод

public RemotingException ( String message, Exception InnerException ) : System.Runtime.Remoting
message String
InnerException System.Exception
Результат System.Runtime.Remoting