Share via


ComputeClusterException Constructor (SerializationInfo, StreamingContext)

This constructor supports the infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ComputeClusterException class with serialized data.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ComputeClusterException (
    SerializationInfo info,
    StreamingContext context
)
protected:
ComputeClusterException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected ComputeClusterException (
    SerializationInfo info, 
    StreamingContext context
)
protected function ComputeClusterException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
  • context
    The StreamingContext that contains contextual information about the source or destination

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

ComputeClusterException Class
ComputeClusterException Members
Microsoft.ComputeCluster Namespace