DeploymentException Constructor (SerializationInfo^, StreamingContext)

 
Use BaseTrue

Initializes a new instance of the DeploymentException class.

Namespace:   System.Deployment.Application
Assembly:  System.Deployment (in System.Deployment.dll)

protected:
DeploymentException(
	SerializationInfo^ serializationInfo,
	StreamingContext streamingContext
)

Parameters

serializationInfo
Type: System.Runtime.Serialization::SerializationInfo^

Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.

streamingContext
Type: System.Runtime.Serialization::StreamingContext

Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.

.NET Framework
Available since 2.0
Return to top
Show: