C# 클래스 Crisis.CommandLine.InvalidOptionValueException

상속: ParseException
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator

공개 메소드들

메소드 설명
InvalidOptionValueException ( ) : System

Initializes a new instance of the InvalidOptionValueException class.

InvalidOptionValueException ( string message ) : System

Initializes a new instance of the InvalidOptionValueException class.

InvalidOptionValueException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidOptionValueException class.

InvalidOptionValueException ( string message, bool includeDefaultMessage ) : System

Initializes a new instance of the InvalidOptionValueException class.

보호된 메소드들

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

Initializes a new instance of the InvalidOptionValueException class.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

InvalidOptionValueException() 공개 메소드

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

InvalidOptionValueException() 보호된 메소드

Initializes a new instance of the InvalidOptionValueException class.
The class name is null or is zero (0). The info parameter is null.
protected InvalidOptionValueException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
리턴 System

InvalidOptionValueException() 공개 메소드

Initializes a new instance of the InvalidOptionValueException class.
public InvalidOptionValueException ( string message ) : System
message string The message.
리턴 System

InvalidOptionValueException() 공개 메소드

Initializes a new instance of the InvalidOptionValueException class.
public InvalidOptionValueException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System

InvalidOptionValueException() 공개 메소드

Initializes a new instance of the InvalidOptionValueException class.
public InvalidOptionValueException ( string message, bool includeDefaultMessage ) : System
message string The message.
includeDefaultMessage bool if set to true a default message will be prefixed to the error message specified, which /// will be something similar to "Invalid value <value> for option <optionName>: ".
리턴 System