다음을 통해 공유


WizardBackoutException 생성자

정의

오버로드

WizardBackoutException()

예외 생성자입니다.

WizardBackoutException(String)

예외 생성자입니다.

WizardBackoutException(SerializationInfo, StreamingContext)

예외 생성자입니다.

WizardBackoutException(String, Exception)

예외 생성자입니다.

WizardBackoutException()

예외 생성자입니다.

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

적용 대상

WizardBackoutException(String)

예외 생성자입니다.

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

매개 변수

message
String

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

적용 대상

WizardBackoutException(SerializationInfo, StreamingContext)

예외 생성자입니다.

protected:
 WizardBackoutException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WizardBackoutException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TemplateWizard.WizardBackoutException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TemplateWizard.WizardBackoutException
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입니다.

적용 대상

WizardBackoutException(String, Exception)

예외 생성자입니다.

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

매개 변수

message
String

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

innerException
Exception

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

적용 대상