WizardBackoutException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
현재 예외의 원인인 예외입니다.