Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- info 
 Type: System.Runtime.Serialization.SerializationInfo- An instance of the SerializationInfo class that holds the serialized object data about the exception being thrown. 
- context 
 Type: System.Runtime.Serialization.StreamingContext- A StreamingContext structure that contains contextual information about the source or destination. 
See Also
CimException Overload
CimException Class
Microsoft.Management.Infrastructure Namespace
Return to top