SoxException Constructor (SerializationInfo, StreamingContext) | |
Initializes a new instance of the Ups.Sox.SoxException class with serialized data.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax protected SoxException(
SerializationInfo info,
StreamingContext context
)
protected:
SoxException(
SerializationInfo^ info,
StreamingContext context
)
PSI.Sox.SoxException = function(info, 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