TableNotEnabledForNotificationException 생성자

정의

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

오버로드

TableNotEnabledForNotificationException()

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

TableNotEnabledForNotificationException(String)

지정된 오류 메시지를 사용하여 TableNotEnabledForNotificationException 클래스의 새 인스턴스를 초기화합니다.

TableNotEnabledForNotificationException(String, Exception)

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

TableNotEnabledForNotificationException()

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

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

적용 대상

TableNotEnabledForNotificationException(String)

지정된 오류 메시지를 사용하여 TableNotEnabledForNotificationException 클래스의 새 인스턴스를 초기화합니다.

public:
 TableNotEnabledForNotificationException(System::String ^ message);
public TableNotEnabledForNotificationException (string message);
new System.Web.Caching.TableNotEnabledForNotificationException : string -> System.Web.Caching.TableNotEnabledForNotificationException
Public Sub New (message As String)

매개 변수

message
String

오류를 설명하는 메시지입니다.

적용 대상

TableNotEnabledForNotificationException(String, Exception)

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

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

매개 변수

message
String

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

innerException
Exception

현재 예외의 원인인 예외입니다. innerExceptionnull이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.

적용 대상