共用方式為


SqlTraceException 建構函式 (SerializationInfo, StreamingContext)

Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context.

命名空間:  Microsoft.SqlServer.Management.Trace
組件:  Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

語法

'宣告
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'用途
Dim info As SerializationInfo 
Dim context As StreamingContext 

Dim instance As New SqlTraceException(info, context)
protected SqlTraceException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SqlTraceException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> SqlTraceException
protected function SqlTraceException(
    info : SerializationInfo, 
    context : StreamingContext
)

參數

範例

處理 SMO 例外狀況

請參閱

參考

SqlTraceException 類別

SqlTraceException 多載

Microsoft.SqlServer.Management.Trace 命名空間

其他資源

處理 SMO 例外狀況