DeletedRowInaccessibleException 생성자

정의

DeletedRowInaccessibleException 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
DeletedRowInaccessibleException()

DeletedRowInaccessibleException 클래스의 새 인스턴스를 초기화합니다.

DeletedRowInaccessibleException(String)

지정된 문자열을 사용하여 클래스의 DeletedRowInaccessibleException 새 인스턴스를 초기화합니다.

DeletedRowInaccessibleException(SerializationInfo, StreamingContext)

serialization 정보를 사용하여 클래스의 새 인스턴스를 DeletedRowInaccessibleException 초기화합니다.

DeletedRowInaccessibleException(String, Exception)

지정된 오류 메시지와 이 예외의 DeletedRowInaccessibleException 원인인 내부 예외에 대한 참조를 사용하여 클래스의 새 인스턴스를 초기화합니다.

DeletedRowInaccessibleException()

DeletedRowInaccessibleException 클래스의 새 인스턴스를 초기화합니다.

public:
 DeletedRowInaccessibleException();
public DeletedRowInaccessibleException();
Public Sub New ()

설명

클래스를 RowStateDataRow 사용하여 행이 삭제되었는지 여부를 확인합니다.

추가 정보

적용 대상

DeletedRowInaccessibleException(String)

지정된 문자열을 사용하여 클래스의 DeletedRowInaccessibleException 새 인스턴스를 초기화합니다.

public:
 DeletedRowInaccessibleException(System::String ^ s);
public DeletedRowInaccessibleException(string s);
new System.Data.DeletedRowInaccessibleException : string -> System.Data.DeletedRowInaccessibleException
Public Sub New (s As String)

매개 변수

s
String

예외가 throw되면 표시할 문자열입니다.

설명

클래스를 RowStateDataRow 사용하여 행이 삭제되었는지 여부를 확인합니다.

추가 정보

적용 대상

DeletedRowInaccessibleException(SerializationInfo, StreamingContext)

serialization 정보를 사용하여 클래스의 새 인스턴스를 DeletedRowInaccessibleException 초기화합니다.

protected:
 DeletedRowInaccessibleException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DeletedRowInaccessibleException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.DeletedRowInaccessibleException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.DeletedRowInaccessibleException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

개체를 직렬화하거나 역직렬화하는 데 필요한 데이터입니다.

context
StreamingContext

지정된 serialize된 스트림의 원본 및 대상에 대한 설명입니다.

추가 정보

적용 대상

DeletedRowInaccessibleException(String, Exception)

지정된 오류 메시지와 이 예외의 DeletedRowInaccessibleException 원인인 내부 예외에 대한 참조를 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 DeletedRowInaccessibleException(System::String ^ message, Exception ^ innerException);
public DeletedRowInaccessibleException(string message, Exception innerException);
new System.Data.DeletedRowInaccessibleException : string * Exception -> System.Data.DeletedRowInaccessibleException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외의 이유를 설명하는 오류 메시지입니다.

innerException
Exception

현재 예외의 원인인 예외이거나 내부 예외가 지정되지 않은 경우 null 참조(Nothing Visual Basic)입니다.

설명

클래스를 RowStateDataRow 사용하여 행이 삭제되었는지 여부를 확인합니다.

적용 대상