Click or drag to resize

NotFoundException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the NotFoundException class with serialized data.

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public NotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
See Also