共用方式為


EventStreamException 建構函式 (SerializationInfo, StreamingContext)

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

命名空間:  Microsoft.SqlServer.XEvent.Linq
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

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

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

參數

請參閱

參考

EventStreamException 類別

EventStreamException 多載

Microsoft.SqlServer.XEvent.Linq 命名空間