C# 클래스 Crisis.CommandLine.ParseException

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

보호된 메소드들

메소드 설명
ParseException ( ) : System

Initializes a new instance of the ParseException class.

ParseException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message, Exception innerException ) : System

Initializes a new instance of the ParseException class.

메소드 상세

ParseException() 보호된 메소드

Initializes a new instance of the ParseException class.
protected ParseException ( ) : System
리턴 System

ParseException() 보호된 메소드

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

ParseException() 보호된 메소드

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

ParseException() 보호된 메소드

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