RddError Class | ![]() |
Namespace: XSharp.RDD
The RddError type exposes the following members.
Name | Description | |
---|---|---|
![]() | RddError | Initializes a new instance of the RddError class |
![]() | RddError(String) | Initializes a new instance of the RddError class |
![]() | RddError(DWord, DWord) | Initializes a new instance of the RddError class |
![]() | RddError(Exception, DWord, DWord) | Initializes a new instance of the RddError class |
Name | Description | |
---|---|---|
![]() | Arg | A string representing the argument supplied to an operator or function when an argument error occurs. (Inherited from Error.) |
![]() | ArgNum | A numeric value representing the number of the argument supplied to an operator or function when an argument error occurs. (Inherited from Error.) |
![]() | Args | An array of the arguments supplied to an operator or function when an argument error occurs. (Inherited from Error.) |
![]() | ArgType | A numeric value representing the data type of the argument that raised the error. (Inherited from Error.) |
![]() | ArgTypeReq | A numeric value representing the expected type of the argument that raised the error. (Inherited from Error.) |
![]() | ArgTypeReqType | The system type representing the expected type of the argument that raised the error. (Inherited from Error.) |
![]() | ArgTypeType | The system type representing the data type of the argument that raised the error. (Inherited from Error.) |
![]() | CallFuncSym | A symbol representing the calling function of the function in which the error occurred. (Inherited from Error.) |
![]() | CanDefault | A logical value indicating whether the subsystem can perform default error recovery for the error condition. (Inherited from Error.) |
![]() | CanRetry | A logical value indicating whether the subsystem can retry the operation that caused the error condition. (Inherited from Error.) |
![]() | CanSubstitute | A logical value indicating whether a new result can be substituted for the operation that produced the error condition. (Inherited from Error.) |
![]() | Cargo | A value of any data type unused by the Error system. It is provided as a user-definable slot, allowing arbitrary information to be attached to an Error object and retrieved later (Inherited from Error.) |
![]() | Description | A string that describes the error condition. (Inherited from Error.) |
![]() | FileHandle | A numeric value representing the file handle supplied to a function when an file error occurs. (Inherited from Error.) |
![]() | FileName | A string representing the name used to open the file associated with the error condition. (Inherited from Error.) |
![]() | FuncPtr | A pointer to the function in which the error occurred. (Inherited from Error.) |
![]() | FuncSym | A string representing the name of the function or method in which the error occurred. (Inherited from Error.) |
![]() | Gencode | An integer numeric value representing a Visual Objects generic error code. (Inherited from Error.) |
![]() | GenCodeText | An string containing the description of the Gencode. (Inherited from Error.) |
![]() | MaxSize | A numeric value representing a boundary condition for an operation (such as string overflow or array bound error). (Inherited from Error.) |
![]() | MethodSelf | An object representing the SELF of the method in which the error occurred. (Inherited from Error.) |
![]() | Operation | A string that describes the operation being attempted when the error occurred. (Inherited from Error.) |
![]() | OSCode | A value of 0 indicates that the error condition was not caused by an error from the operating system. (Inherited from Error.) |
![]() | OSCodeText | Descripion of the OSCode (Inherited from Error.) |
![]() | Severity | A constant indicating the severity of the error condition. (Inherited from Error.) |
![]() | Stack | Call stack from the moment where the error object was created (Inherited from Error.) |
![]() | StackTrace | (Inherited from Error.) |
![]() | SubCode | An integer numeric value representing a subsystem-specific error code. (Inherited from Error.) |
![]() | SubCodeText | An string containing the description of the SubCode. (Inherited from Error.) |
![]() | SubstituteType | A numeric value representing the type of the new result that the error handler substitutes for the operation that produced the error condition. (Inherited from Error.) |
![]() | SubSystem | A string representing the name of the subsystem generating the error. (Inherited from Error.) |
![]() | Tries | An integer numeric value representing the number of times the failed operation has been attempted. (Inherited from Error.) |
Name | Description | |
---|---|---|
![]() ![]() | PostArgumentError | |
![]() ![]() | PostError | |
![]() ![]() | PostNoTableError | |
![]() | SetStackTrace | (Inherited from Error.) |
![]() | Throw | Throw the error. (Inherited from Error.) |
![]() | ToString | Provides COM objects with version-independent access to the ToString method. (Inherited from Error.) |
Name | Description | |
---|---|---|
![]() | GetInnerException | (Defined by Error.) |