DtsGenericException 클래스

정의

오류가 발생하고 다른 예외 클래스에서 오류를 처리하지 않을 때 발생하는 예외입니다.

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
상속
DtsGenericException
특성

설명

이 클래스는 클래스에 의해 인스턴스화됩니다 DtsException .

속성

ErrorCode

적합한 예외 클래스를 만드는 오류 코드를 가져옵니다. 이 필드는 읽기 전용입니다.

(다음에서 상속됨 DtsException)

적용 대상