C# Класс Asmichi.ProcessManagement.AsmichiChildProcessLibraryCrashedException

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

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

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

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class.

AsmichiChildProcessLibraryCrashedException ( string message ) : System

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with a message.

AsmichiChildProcessLibraryCrashedException ( string message, Exception innerException ) : System

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with a message and an inner exception.

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

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

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with serialized data.

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

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

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

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

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with serialized data.
protected AsmichiChildProcessLibraryCrashedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo .
context StreamingContext .
Результат System

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

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with a message.
public AsmichiChildProcessLibraryCrashedException ( string message ) : System
message string Error message.
Результат System

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

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with a message and an inner exception.
public AsmichiChildProcessLibraryCrashedException ( string message, Exception innerException ) : System
message string Error message.
innerException Exception Inner exception.
Результат System