VsaException 類別
注意:這個 API 現在已經過時。
此類型支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。
繼承階層架構
Object
Exception
SystemException
ExternalException
Microsoft.Vsa.VsaException
命名空間: Microsoft.Vsa
組件: Microsoft.Vsa (在 Microsoft.Vsa.dll 中)
語法
'宣告
<SerializableAttribute> _
<GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541")> _
<ObsoleteAttribute("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.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaException _
Inherits ExternalException
[SerializableAttribute]
[GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541")]
[ObsoleteAttribute("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.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaException : ExternalException
[SerializableAttribute]
[GuidAttribute(L"5f44bb1a-465a-37db-8e84-acc733bf7541")]
[ObsoleteAttribute(L"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.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaException : public ExternalException
[<SerializableAttribute>]
[<GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541")>]
[<ObsoleteAttribute("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.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaException =
class
inherit ExternalException
end
public class VsaException extends ExternalException
VsaException 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
VsaException() | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
VsaException(String) | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
VsaException(VsaError) | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
VsaException(SerializationInfo, StreamingContext) | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
VsaException(String, Exception) | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
VsaException(VsaError, String) | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
VsaException(VsaError, String, Exception) | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
Data | 取得提供例外狀況之其他使用者定義相關資訊的索引鍵/值組集合。 (繼承自 Exception)。 | |
ErrorCode | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 | |
HelpLink | 取得或設定與這個例外狀況相關聯的說明檔連結。 (繼承自 Exception)。 | |
HResult | 取得或設定 HRESULT,它是指派給特定例外狀況的編碼數值。 (繼承自 Exception)。 | |
InnerException | 取得造成目前例外狀況的 Exception 執行個體。 (繼承自 Exception)。 | |
Message | 取得描述目前例外狀況的訊息。 (繼承自 Exception)。 | |
Source | 取得或設定造成錯誤的應用程式或物件的名稱。 (繼承自 Exception)。 | |
StackTrace | 取得呼叫堆疊上即時運算框架的字串表示。 (繼承自 Exception)。 | |
TargetSite | 取得擲回目前例外狀況的方法。 (繼承自 Exception)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Equals | 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。 | |
Finalize | 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。 | |
GetBaseException | 在衍生類別中覆寫時,傳回一或多個後續的例外狀況的根本原因 Exception。 (繼承自 Exception)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetObjectData | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 (覆寫 Exception.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType | 取得目前執行個體的執行階段類型。 (繼承自 Exception)。 | |
MemberwiseClone | 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。 | |
ToString | 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 (覆寫 ExternalException.ToString。) |
回頁首
事件
名稱 | 描述 | |
---|---|---|
SerializeObjectState | 當例外狀況序列化,以建立包含例外狀況相關序列化資料的例外狀況狀態物件時,就會發生此事件。 (繼承自 Exception)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。