Click or drag to resize

NameTypeNotAllowedException(SerializationInfo, StreamingContext) Constructor

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

Namespace: Scanjour.Workflow4.ActivityLibrary.Exceptions
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
protected NameTypeNotAllowedException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context  StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo is .
SerializationExceptionThe class name is or HResult is zero (0).
See Also