Search Results for

    Show / Hide Table of Contents

    Class ErrorList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ErrorList
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class ErrorList : TransientObject, IMessageSink, IDisposable

    Constructors

    ErrorList(nint)

    Declaration
    protected ErrorList(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    int

    Methods

    Clear()

    Declaration
    public void Clear()

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetErrorInfo(int)

    Declaration
    public ErrorInfo GetErrorInfo(int n)
    Parameters
    Type Name Description
    int n
    Returns
    Type Description
    ErrorInfo

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX