CimIndicationEventExceptionEventArgs.Exception Property

 

Gets the exception that has occurred.

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

Syntax

public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get();
}
member Exception : Exception with get
Public ReadOnly Property Exception As Exception

Property Value

Type: System.Exception

Returns Exception.

See Also

CimIndicationEventExceptionEventArgs Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top