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
info
Type: System.Runtime.Serialization.SerializationInfoAn instance of the SerializationInfo class that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextA StreamingContext structure that contains contextual information about the source or destination.
See Also
CimException Overload
CimException Class
Microsoft.Management.Infrastructure Namespace
Return to top