NameTypeNotAllowedException(SerializationInfo, StreamingContext) Constructor |
Initializes a new instance of the
Exception class with serialized data.
Namespace: Scanjour.Workflow4.ActivityLibrary.ExceptionsAssembly: 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)
Syntaxprotected NameTypeNotAllowedException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
NameTypeNotAllowedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> NameTypeNotAllowedException
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
See Also