C# Класс PoshCode.Native.ConsoleInteropException

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

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

Метод Описание
ConsoleInteropException ( ) : System

Initializes a new instance of the ConsoleInteropException class.

ConsoleInteropException ( String message ) : System

Initializes a new instance of the ConsoleInteropException class with the specified message

ConsoleInteropException ( String message, Exception innerException ) : System

Initializes a new instance of the ConsoleInteropException class with the specified message and innerException

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

Метод Описание
ConsoleInteropException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Initializes a new instance of the ConsoleInteropException class.

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

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

Initializes a new instance of the ConsoleInteropException class.
public ConsoleInteropException ( ) : System
Результат System

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

Initializes a new instance of the ConsoleInteropException class.
protected ConsoleInteropException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo The serialization info.
streamingContext System.Runtime.Serialization.StreamingContext The streaming context.
Результат System

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

Initializes a new instance of the ConsoleInteropException class with the specified message
public ConsoleInteropException ( String message ) : System
message String The message.
Результат System

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

Initializes a new instance of the ConsoleInteropException class with the specified message and innerException
public ConsoleInteropException ( String message, Exception innerException ) : System
message String The message.
innerException System.Exception The inner exception.
Результат System