Error Class
The Error constructor creates an error object. Instances of Error objects are thrown when runtime errors occur. The Error object can also be used as a base objects for user-defined exceptions. See below for standard built-in error types.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NameAttribute] public class Error
<ExternalAttribute> _ <NameAttribute> _ Public Class Error
[ExternalAttribute] [NameAttribute] public ref class Error