Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / OperationErrorEventArgs Class / Exception Property

In This Topic
    Exception Property
    In This Topic
    Gets the exception that represents the error.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}
    See Also