Click or drag to resize

ResourceNotFoundException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the ResourceNotFoundException class from serialized data.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected ResourceNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization information.
context  StreamingContext
The streaming context.
See Also