Show / Hide Table of Contents

    Struct H5E.error_t

    Information about an error; element of error stack

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public struct error_t

    Fields

    | Improve this Doc View Source

    cls_id

    class ID

    Declaration
    public System.Int64 cls_id
    Field Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    desc

    optional supplied description

    Declaration
    public string desc
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    file_name

    file in which error occurred

    Declaration
    public string file_name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    func_name

    function in which error occurred

    Declaration
    public string func_name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    line

    line in file where error occurs

    Declaration
    public uint line
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    maj_num

    major error ID

    Declaration
    public System.Int64 maj_num
    Field Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    min_num

    minor error ID

    Declaration
    public System.Int64 min_num
    Field Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX