DtsTaskException 成員
The exception that is thrown when an error occurs in a task.
DtsTaskException 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
DtsTaskException(COMException) | This constructor is used when your custom task contains a COM exception. | |
DtsTaskException(String) | This constructor is used when your custom task contains a string version of the exception. |
頂端
方法
名稱 | 描述 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetBaseException | (繼承自 Exception。) | |
GetHashCode | (繼承自 Object。) | |
GetObjectData | (繼承自 Exception。) | |
GetType | (繼承自 Exception。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Exception。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Data | (繼承自 Exception。) | |
ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only. (繼承自 DtsException。) | |
HelpLink | (繼承自 Exception。) | |
HResult | (繼承自 Exception。) | |
InnerException | (繼承自 Exception。) | |
Message | (繼承自 Exception。) | |
Source | (繼承自 Exception。) | |
StackTrace | (繼承自 Exception。) | |
TargetSite | (繼承自 Exception。) |
頂端