C# Класс System.Runtime.InteropServices.MarshalDirectiveException

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

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

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

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

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

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

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

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

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

protected MarshalDirectiveException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

public MarshalDirectiveException ( String message ) : System
message String
Результат System

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

public MarshalDirectiveException ( String message, Exception inner ) : System
message String
inner System.Exception
Результат System