다음을 통해 공유


Exception 속성

Gets or sets the exception that was thrown while executing the Transact-SQL.

네임스페이스:  Microsoft.SqlServer.Management.MultiServerConnection
어셈블리:  Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)

구문

‘선언
Public Overridable Property Exception As Exception
    Get
    Set
‘사용 방법
Dim instance As ResultInfo
Dim value As Exception

value = instance.Exception

instance.Exception = value
public virtual Exception Exception { get; set; }
public:
virtual property Exception^ Exception {
    Exception^ get ();
    void set (Exception^ value);
}
abstract Exception : Exception with get, set
override Exception : Exception with get, set
function get Exception () : Exception
function set Exception (value : Exception)

속성 값

유형: System. . :: . .Exception
The exception thrown during the Transact-SQL execution.

구현

IResultInfo. . :: . .Exception