Search Results for

    Show / Hide Table of Contents

    Class RestoreErrorEventArgs

    Inheritance
    object
    EventArgs
    RestoreErrorEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class RestoreErrorEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    RestoreErrorEventArgs(Exception)

    Declaration
    public RestoreErrorEventArgs(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    Properties

    | Edit this page View Source

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • RestoreErrorEventArgs(Exception)
    • Properties
      • Exception
    • Extension Methods
    Back to top Generated by DocFX