C# Класс System.ContextMarshalException

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

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

Метод Описание
ContextMarshalException ( ) : System
ContextMarshalException ( string message ) : System
ContextMarshalException ( string message, Exception inner ) : System

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

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

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

ContextMarshalException() публичный метод

public ContextMarshalException ( ) : System
Результат System

ContextMarshalException() защищенный метод

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

ContextMarshalException() публичный метод

public ContextMarshalException ( string message ) : System
message string
Результат System

ContextMarshalException() публичный метод

public ContextMarshalException ( string message, Exception inner ) : System
message string
inner Exception
Результат System