ErrorDetails

ErrorDetails class

Error informnation

The ErrorDetails type exposes the following members:

Constructors

NameDescription
ErrorDetails()Initializes a new instance of the ErrorDetails class.
ErrorDetails(domain, reason)Initializes a new instance of the ErrorDetails class

Properties

NameDescription
domainDomain, or broad category, of the error.
reasonSpecific reason for the error.

See Also