ErrorId Property

Summary

Gets or sets the error id of the cause for the current exception.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="ErrorId", IsRequired=true)] 
public int ErrorId { get; set; } 
  
Public Property ErrorId As Integer 
public: 
property int ErrorId { 
   int get(); 
   void set (    int ); 
} 

Property Value

An System.Int32 value that specifies what caused the exception.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.