Share via


CimException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the CimException class.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

protected CimException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CimException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> CimException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

CimException Overload
CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top