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, |
Initializes a new instance of the ConsoleInteropException class with the specified message and innerException
|
Method | Description | |
---|---|---|
ConsoleInteropException ( |
Initializes a new instance of the ConsoleInteropException class.
|
protected ConsoleInteropException ( |
||
serializationInfo | The serialization info. | |
streamingContext | The streaming context. | |
return | System |
public ConsoleInteropException ( String message ) : System | ||
message | String | The message. |
return | System |
public ConsoleInteropException ( String message, |
||
message | String | The message. |
innerException | The inner exception. | |
return | System |