C# 클래스 PoshCode.Native.ConsoleInteropException

상속: System.Exception
파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

공개 메소드들

메소드 설명
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