DataConnectionOpenCanceledException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the DataConnectionOpenCanceledException class with serialized data.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected DataConnectionOpenCanceledException(
SerializationInfo info,
StreamingContext context
)
protected:
DataConnectionOpenCanceledException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> DataConnectionOpenCanceledException
protected function DataConnectionOpenCanceledException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
Type: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source or destination.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionOpenCanceledException Class