C# 클래스 ToolBelt.CommandLineArgumentException

상속: System.ArgumentException
파일 보기 프로젝트 열기: jlyonsmith/ToolBelt

공개 메소드들

메소드 설명
CommandLineArgumentException ( ) : System

Initializes a new instance of the CommandLineArgumentException class.

CommandLineArgumentException ( string message ) : System

Initializes a new instance of the CommandLineArgumentException class with a descriptive message.

CommandLineArgumentException ( string message, Exception innerException ) : System

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

비공개 메소드들

메소드 설명
CommandLineArgumentException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

CommandLineArgumentException() 공개 메소드

Initializes a new instance of the CommandLineArgumentException class.
public CommandLineArgumentException ( ) : System
리턴 System

CommandLineArgumentException() 공개 메소드

Initializes a new instance of the CommandLineArgumentException class with a descriptive message.
public CommandLineArgumentException ( string message ) : System
message string A descriptive message to include with the exception.
리턴 System

CommandLineArgumentException() 공개 메소드

Initializes a new instance of the CommandLineArgumentException class with a descriptive message and an inner exception.
public CommandLineArgumentException ( string message, Exception innerException ) : System
message string A descriptive message to include with the exception.
innerException System.Exception A nested exception that is the cause of the current exception.
리턴 System