NoLicenseException Constructor (SerializationInfo, StreamingContext) |
Initializes a new instance of the NoLicenseException class with serialized data.
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public NoLicenseException(
SerializationInfo info,
StreamingContext context
)
Public Sub New (
info As SerializationInfo,
context As StreamingContext
)
public:
NoLicenseException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> NoLicenseException
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