InvalidConfigurationException Constructor (SerializationInfo, StreamingContext)

[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 InvalidConfigurationException Class.Initializes a new instance of the InvalidConfigurationException Class.

Namespace: Microsoft.SystemCenter.Foundation.Provider
Assembly: Microsoft.SystemCenter.Foundation.Provider (in Microsoft.SystemCenter.Foundation.Provider.dll)

Usage

'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New InvalidConfigurationException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected InvalidConfigurationException (
    SerializationInfo info,
    StreamingContext context
)
protected:
InvalidConfigurationException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected InvalidConfigurationException (
    SerializationInfo info, 
    StreamingContext context
)
protected function InvalidConfigurationException (
    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

InvalidConfigurationException Class
InvalidConfigurationException Members
Microsoft.SystemCenter.Foundation.Provider Namespace