Error Class

Definition

Error details.

public class Error
type Error = class
Public Class Error
Inheritance
Error

Constructors

Error()

Initializes a new instance of the Error class.

Error(String, String)

Initializes a new instance of the Error class.

Properties

Code

Gets or sets error code identifying the specific error.

Message

Gets or sets error message in the caller's locale.

Methods

Validate()

Validate the object.

Applies to