VsaException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
此類型支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。
public ref class VsaException : System::Runtime::InteropServices::ExternalException
[System.Serializable]
public class VsaException : System.Runtime.InteropServices.ExternalException
[System.Serializable]
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.Guid("5f44bb1a-465a-37db-8e84-acc733bf7541")]
public class VsaException : System.Runtime.InteropServices.ExternalException
[<System.Serializable>]
type VsaException = class
inherit ExternalException
[<System.Serializable>]
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.Guid("5f44bb1a-465a-37db-8e84-acc733bf7541")>]
type VsaException = class
inherit ExternalException
Public Class VsaException
Inherits ExternalException
- 繼承
- 屬性
建構函式
VsaException() |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
VsaException(SerializationInfo, StreamingContext) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用指定的序列化資訊和資料流內容,以初始化 VsaException 類別的新執行個體。 |
VsaException(String) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用指定的錯誤訊息,初始化 VsaException 類別的新執行個體。 |
VsaException(String, Exception) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用指定的錯誤訊息並參考內部例外狀況,初始化新的 VsaException 類別執行個體。 |
VsaException(VsaError) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用指定的錯誤來初始化 VsaException 類別的新執行個體。 |
VsaException(VsaError, String) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用指定的錯誤與其他訊息,以初始化 VsaException 類別的新執行個體。 |
VsaException(VsaError, String, Exception) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用指定的錯誤類型、錯誤訊息,並參考內部例外狀況,初始化新的 VsaException 類別執行個體。 |
屬性
Data |
已淘汰.
取得鍵值組的集合,這些鍵值組會提供關於例外狀況的其他使用者定義資訊。 (繼承來源 Exception) |
ErrorCode |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
HelpLink |
已淘汰.
取得或設定與這個例外狀況相關聯的說明檔連結。 (繼承來源 Exception) |
HResult |
已淘汰.
取得或設定 HRESULT,它是指派給特定例外狀況的編碼數值。 (繼承來源 Exception) |
InnerException |
已淘汰.
取得造成目前例外狀況的 Exception 執行個體。 (繼承來源 Exception) |
Message |
已淘汰.
取得描述目前例外狀況的訊息。 (繼承來源 Exception) |
Source |
已淘汰.
取得或設定造成錯誤的應用程式或物件的名稱。 (繼承來源 Exception) |
StackTrace |
已淘汰.
取得呼叫堆疊上即時運算框架的字串表示。 (繼承來源 Exception) |
TargetSite |
已淘汰.
取得擲回目前例外狀況的方法。 (繼承來源 Exception) |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetBaseException() |
已淘汰.
在衍生類別中覆寫時,傳回一或多個後續的例外狀況的根本原因 Exception。 (繼承來源 Exception) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
已淘汰.
使用例外狀況的相關資訊來設定 SerializationInfo。 |
GetType() |
已淘汰.
取得目前執行個體的執行階段類型。 (繼承來源 Exception) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
事件
SerializeObjectState |
已淘汰.
當例外狀況序列化,以建立包含例外狀況相關序列化資料的例外狀況狀態物件時,就會發生此事件。 (繼承來源 Exception) |