CacheOperationCompletedEventArgs.ExceptionObject Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public Exception ExceptionObject { get; internal set; }
public:
property Exception^ ExceptionObject {
    Exception^ get();
    internal: void set(Exception^ value);
}
member ExceptionObject : Exception with get, internal set
Public Property ExceptionObject As Exception
    Get
    Friend Set
End Property

Property Value

Type: System.Exception

Returns Exception.

See Also

CacheOperationCompletedEventArgs Class
Microsoft.ApplicationServer.Caching Namespace

Return to top