Namespace: Dapfor.Net.ExceptionsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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