FciException 생성자 (SerializationInfo, StreamingContext)
Creates a new instance of the FciException class with serialized data.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
‘사용 방법
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New FciException(info, context)
protected FciException(
SerializationInfo info,
StreamingContext context
)
protected:
FciException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> FciException
protected function FciException(
info : SerializationInfo,
context : StreamingContext
)
매개 변수
- info
유형: System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data.
- context
유형: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
주의
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.