C# Class PoshCode.Native.ConsoleInteropException

Inheritance: System.Exception
Mostrar archivo Open project: Jaykul/PoshConsole Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ConsoleInteropException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Initializes a new instance of the ConsoleInteropException class.

Method Details

ConsoleInteropException() public method

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

ConsoleInteropException() protected method

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

ConsoleInteropException() public method

Initializes a new instance of the ConsoleInteropException class with the specified message
public ConsoleInteropException ( String message ) : System
message String The message.
return System

ConsoleInteropException() public method

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