C# 클래스 NLight.IO.Text.MissingRecordFieldException

상속: MalformedRecordException
파일 보기 프로젝트 열기: slorion/nlight

공개 메소드들

메소드 설명
MissingRecordFieldException ( ) : System

Initializes a new instance of the MissingRecordFieldException class.

MissingRecordFieldException ( string message ) : System

Initializes a new instance of the MissingRecordFieldException class.

MissingRecordFieldException ( string message, Exception innerException ) : System

Initializes a new instance of the MissingRecordFieldException class.

MissingRecordFieldException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex ) : System

Initializes a new instance of the MissingRecordFieldException class.

MissingRecordFieldException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex, Exception innerException ) : System

Initializes a new instance of the MissingRecordFieldException class.

보호된 메소드들

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

Initializes a new instance of the MissingRecordFieldException class with serialized data.

메소드 상세

MissingRecordFieldException() 공개 메소드

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

MissingRecordFieldException() 보호된 메소드

Initializes a new instance of the MissingRecordFieldException class with serialized data.
protected MissingRecordFieldException ( 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

MissingRecordFieldException() 공개 메소드

Initializes a new instance of the MissingRecordFieldException class.
public MissingRecordFieldException ( string message ) : System
message string The message that describes the error.
리턴 System

MissingRecordFieldException() 공개 메소드

Initializes a new instance of the MissingRecordFieldException class.
public MissingRecordFieldException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException System.Exception The exception that is the cause of the current exception.
리턴 System

MissingRecordFieldException() 공개 메소드

Initializes a new instance of the MissingRecordFieldException class.
public MissingRecordFieldException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex ) : System
rawData string The raw data when the error occurred.
currentPosition int The current position in the raw data.
currentRecordIndex long The current record index.
currentFieldIndex int The current field index.
리턴 System

MissingRecordFieldException() 공개 메소드

Initializes a new instance of the MissingRecordFieldException class.
public MissingRecordFieldException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex, Exception innerException ) : System
rawData string The raw data when the error occurred.
currentPosition int The current position in the raw data.
currentRecordIndex long The current record index.
currentFieldIndex int The current field index.
innerException System.Exception The exception that is the cause of the current exception.
리턴 System