Click or drag to resize
weroSoft AG, Software
ProvisioningException Constructor (SerializationInfo, StreamingContext)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes a new instance of the type ProvisioningException.

Namespace:  WeroSoft.Provisioning
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
protected ProvisioningException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Stores all the data needed to serialize or de-serialize an object.
context
Type: System.Runtime.SerializationStreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
See Also