WizardCancelledException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
一个 SerializationInfo 对象,其中包含有关所引发异常的序列化对象数据。
- context
- StreamingContext
包含有关源或目标的上下文信息的 StreamingContext 对象。
例外
参数 info
是 Visual Basic) 中的 null 引用 (Nothing
类名是一个空引用, (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
导致当前异常的异常。