InnerError Class

Definition

A more specific error description than was provided by the containing error.

public class InnerError
type InnerError = class
Public Class InnerError
Inheritance
InnerError

Constructors

Name Description
InnerError()

Initializes a new instance of InnerError.

Properties

Name Description
Code

A more specific error code than was provided by the containing error.

Innererror

An object containing more specific information than the current object about the error.

Applies to