ErrorDetails.ErrorDetails

ErrorDetails()

Initializes a new instance of the ErrorDetails class.

public ErrorDetails()

See Also


ErrorDetails(string, string)

Initializes a new instance of the ErrorDetails class.

public ErrorDetails(string domain, string reason)
ParameterTypeDescription
domainStringDomain, or broad category, of the error.
reasonStringSpecific reason for the error.

See Also