DotRas SDK Documentation |
RasException Constructor (SerializationInfo, StreamingContext) |
RasException Class See Also Send Feedback |
Initializes a new instance of the RasException class.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
protected RasException( SerializationInfo info, StreamingContext context ) |
Visual Basic |
---|
Protected Sub New ( info As SerializationInfo, context As StreamingContext ) |
Visual C++ |
---|
protected: RasException( SerializationInfo^ info, StreamingContext context ) |
F# |
---|
new : info : SerializationInfo * context : StreamingContext -> RasException |
Parameters
- info
- Type: System.Runtime.Serialization..::..SerializationInfo
The object that holds the serialized object data.
- context
- Type: System.Runtime.Serialization..::..StreamingContext
The contextual information about the source or destination.