Error Class

Definition

The server error.

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

Constructors

Error()

Initializes a new instance of the Error class.

Error(String, String, Error)

Initializes a new instance of the Error class.

Properties

Code

Gets the error code.

InnerError

Gets the inner error, contains a more specific error code.

Message

Gets the error message.

Applies to