ServerMessageEventArgs.Exception 속성

정의

Transact-SQL 일괄 처리를 실행하는 동안 발생한 예외를 가져옵니다.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

속성 값

Transact-SQL 실행 중에 발생한 예외입니다.

구현

적용 대상