Search Results for

    Show / Hide Table of Contents

    Class ErrorInfo

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ErrorInfo
    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 ErrorInfo : TransientObject, IMessageSink, IDisposable

    Constructors

    ErrorInfo(nint)

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

    Properties

    Description

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

    ErrorCode

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

    ErrorObject

    Declaration
    public NXObject ErrorObject { get; }
    Property Value
    Type Description
    NXObject

    ErrorObjectDescription

    Declaration
    public string ErrorObjectDescription { get; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

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

    Implements

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