BaseException(SerializationInfo, StreamingContext) Constructor |
Initializes a new instance of the
BaseException class from serialized data.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected BaseException(
SerializationInfo info,
StreamingContext context
)
Parameters
- info SerializationInfo
- The serialization information.
- context StreamingContext
- The streaming context.
See Also