Click or drag to resize

FailureMessage Property

Gets the non-null message associated with this failure, providing explanatory information about the Code and what went wrong.

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public string Message { get; }

Property Value

String
Remarks

The format of messages, and any details contained within them, are unspecified and subject to change. By all means use them for logging and display purposes, but please don't parse specific details from them. If you need programmatic access to information that is only available in a message, please let us know so we can think about how we could make that information available in another format.

See Also