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

상속: System.Exception
파일 보기 프로젝트 열기: slorion/nlight

공개 메소드들

메소드 설명
DuplicateRecordColumnException ( ) : System

Initializes a new instance of the DuplicateColumnNameException class.

DuplicateRecordColumnException ( string columnName ) : System

Initializes a new instance of the DuplicateColumnNameException class.

DuplicateRecordColumnException ( string columnName, Exception innerException ) : System

Initializes a new instance of the DuplicateColumnNameException class.

DuplicateRecordColumnException ( string columnName, string message, Exception innerException ) : System

Initializes a new instance of the DuplicateColumnNameException class.

GetObjectData ( System info, System context ) : void

When overridden in a derived class, sets the T:SerializationInfo with information about the exception.

보호된 메소드들

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

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

메소드 상세

DuplicateRecordColumnException() 공개 메소드

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

DuplicateRecordColumnException() 보호된 메소드

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

DuplicateRecordColumnException() 공개 메소드

Initializes a new instance of the DuplicateColumnNameException class.
public DuplicateRecordColumnException ( string columnName ) : System
columnName string The column name.
리턴 System

DuplicateRecordColumnException() 공개 메소드

Initializes a new instance of the DuplicateColumnNameException class.
public DuplicateRecordColumnException ( string columnName, Exception innerException ) : System
columnName string The column name.
innerException System.Exception The exception that is the cause of the current exception.
리턴 System

DuplicateRecordColumnException() 공개 메소드

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

GetObjectData() 공개 메소드

When overridden in a derived class, sets the T:SerializationInfo with information about the exception.
public GetObjectData ( System info, System context ) : void
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
리턴 void