다음을 통해 공유


Error Class

Definition

The error code compose of code and message.

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 the code of error.

Message

Gets or sets the message of error.

Applies to