C# Class Asmichi.ProcessManagement.AsmichiChildProcessLibraryCrashedException

Inheritance: Exception
Exibir arquivo Open project: asmichi/ChildProcess

Public Methods

Method Description
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.

Protected Methods

Method Description
AsmichiChildProcessLibraryCrashedException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

AsmichiChildProcessLibraryCrashedException() public method

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class.
public AsmichiChildProcessLibraryCrashedException ( ) : System
return System

AsmichiChildProcessLibraryCrashedException() protected method

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with serialized data.
protected AsmichiChildProcessLibraryCrashedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo .
context StreamingContext .
return System

AsmichiChildProcessLibraryCrashedException() public method

Initializes a new instance of the AsmichiChildProcessLibraryCrashedException class with a message.
public AsmichiChildProcessLibraryCrashedException ( string message ) : System
message string Error message.
return System

AsmichiChildProcessLibraryCrashedException() public method

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.
return System