다음을 통해 공유


WizardCancelledException 생성자

정의

오버로드

WizardCancelledException()

예외 생성자입니다.

WizardCancelledException(String)

예외 생성자입니다.

WizardCancelledException(SerializationInfo, StreamingContext)

예외 생성자입니다.

WizardCancelledException(String, Exception)

예외 생성자입니다.

WizardCancelledException()

예외 생성자입니다.

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

적용 대상

WizardCancelledException(String)

예외 생성자입니다.

public:
 WizardCancelledException(System::String ^ message);
public:
 WizardCancelledException(Platform::String ^ message);
 WizardCancelledException(std::wstring const & message);
public WizardCancelledException (string message);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : string -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Public Sub New (message As String)

매개 변수

message
String

예외에 대한 오류 메시지입니다.

적용 대상

WizardCancelledException(SerializationInfo, StreamingContext)

예외 생성자입니다.

protected:
 WizardCancelledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WizardCancelledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

throw되는 예외에 대한 직렬화된 개체 데이터를 포함하는 SerializationInfo 개체입니다.

context
StreamingContext

원본 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext 개체입니다.

예외

info 매개 변수가 null 참조(Visual Basic의 경우 Nothing)입니다.

클래스 이름은 null 참조(Visual Basic에서는 Nothing)이거나 HResult 0입니다.

적용 대상

WizardCancelledException(String, Exception)

예외 생성자입니다.

public:
 WizardCancelledException(System::String ^ message, Exception ^ innerException);
public WizardCancelledException (string message, Exception innerException);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : string * Exception -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외에 대한 오류 메시지입니다.

innerException
Exception

현재 예외의 원인인 예외입니다.

적용 대상