JSVsaException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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 JSVsaException sealed : System::Runtime::InteropServices::ExternalException
[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.ComVisible(true)]
[System.Runtime.InteropServices.Guid("064C47AC-C9DF-4FCD-9009-E9299D620018")]
[System.Serializable]
public sealed class JSVsaException : System.Runtime.InteropServices.ExternalException
[<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.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("064C47AC-C9DF-4FCD-9009-E9299D620018")>]
[<System.Serializable>]
type JSVsaException = class
inherit ExternalException
Public NotInheritable Class JSVsaException
Inherits ExternalException
- 繼承
- 屬性
建構函式
JSVsaException() |
已淘汰.
使用系統提供的錯誤描述訊息,初始化 JSVsaException 類別的新執行個體。 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
JSVsaException(JSVsaError) |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
JSVsaException(JSVsaError, String) |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
JSVsaException(JSVsaError, String, Exception) |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
JSVsaException(SerializationInfo, StreamingContext) |
已淘汰.
使用序列化資料,初始化 JSVsaException 類別的新執行個體。 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
JSVsaException(String) |
已淘汰.
初始化具有指定的錯誤描述訊息之 JSVsaException 類別的新執行個體。 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
JSVsaException(String, Exception) |
已淘汰.
使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 JSVsaException 類別的新執行個體。 此成員支援 .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) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetBaseException() |
已淘汰.
在衍生類別中覆寫時,傳回一或多個後續的例外狀況的根本原因 Exception。 (繼承來源 Exception) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
已淘汰.
使用序列化資料,初始化 JSVsaException 類別的新執行個體。 此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
GetType() |
已淘汰.
取得目前執行個體的執行階段類型。 (繼承來源 Exception) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
已淘汰.
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。 |
事件
SerializeObjectState |
已淘汰.
當例外狀況序列化,以建立包含例外狀況相關序列化資料的例外狀況狀態物件時,就會發生此事件。 (繼承來源 Exception) |