InvalidPropertySetException Constructor (SerializationInfo, StreamingContext)

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the InvalidPropertySetException Class.Initializes a new instance of the InvalidPropertySetException Class.

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New InvalidPropertySetException(info, context)

Syntax

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

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

InvalidPropertySetException Class
InvalidPropertySetException Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace