Namespace: Dapfor.Wpf.ExceptionsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
protected DapforException(
SerializationInfo info,
StreamingContext context
) |
Visual Basic |
---|
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
) |
Visual C++ |
---|
protected:
DapforException(
SerializationInfo^ info,
StreamingContext context
) |
F# |
---|
new :
info : SerializationInfo *
context : StreamingContext -> DapforException |
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.
See Also