DtsTaskException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DtsTaskException 클래스의 새 인스턴스를 초기화합니다.
오버로드
DtsTaskException(COMException) |
지정한 COM 예외를 사용하여 DtsTaskException 클래스의 새 인스턴스를 초기화합니다. |
DtsTaskException(String) |
DtsTaskException 클래스의 새 인스턴스를 초기화합니다. |
DtsTaskException(COMException)
지정한 COM 예외를 사용하여 DtsTaskException 클래스의 새 인스턴스를 초기화합니다.
public:
DtsTaskException(System::Runtime::InteropServices::COMException ^ originalException);
public DtsTaskException (System.Runtime.InteropServices.COMException originalException);
new Microsoft.SqlServer.Dts.Runtime.DtsTaskException : System.Runtime.InteropServices.COMException -> Microsoft.SqlServer.Dts.Runtime.DtsTaskException
Public Sub New (originalException As COMException)
매개 변수
- originalException
- COMException
COM 예외입니다.
설명
사용자 지정 구성 요소에 throw되는 COM 예외가 있는 DtsTaskException 경우 매개 변수를 통해 COM 예외를 사용하는 이 생성자로 예외를 originalException
래핑합니다.
적용 대상
DtsTaskException(String)
DtsTaskException 클래스의 새 인스턴스를 초기화합니다.
public:
DtsTaskException(System::String ^ message);
public DtsTaskException (string message);
new Microsoft.SqlServer.Dts.Runtime.DtsTaskException : string -> Microsoft.SqlServer.Dts.Runtime.DtsTaskException
Public Sub New (message As String)
매개 변수
- message
- String
오류 조건이 포함된 문자열입니다.
설명
이 생성자는 사용자 지정 태스크가 예외를 throw하고 오류 조건에 대한 문자열 설명이 있는 경우에 사용됩니다.