ClassFactoryException Constructor (SerializationInfo, StreamingContext) |
Creates a new object.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected ClassFactoryException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ClassFactoryException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ClassFactoryException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
- context
- Type: System.Runtime.SerializationStreamingContext
See Also