Class ErrorInfo
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
ErrorCode
Declaration
public int ErrorCode { get; }
Property Value
ErrorObject
Declaration
public NXObject ErrorObject { get; }
Property Value
ErrorObjectDescription
Declaration
public string ErrorObjectDescription { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink