DtsGenericException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當發生錯誤,且沒有任何其他例外狀況類別處理此錯誤時,所擲回的例外狀況。
public ref class DtsGenericException : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public class DtsGenericException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsGenericException = class
inherit DtsException
Public Class DtsGenericException
Inherits DtsException
- 繼承
- 屬性
備註
這個類別是由類別具現化 DtsException 。
屬性
| ErrorCode |
取得錯誤碼,該錯誤碼會建立適當的例外狀況類別。 此欄位為唯讀。 (繼承來源 DtsException) |