Skip to content

ErrorMessage

Inherits ValueType

Public Member Functions

string

Friendly(params object?[] params)

Gets the friendly error message. Returns the friendly error message.

string

Technical(params object?[] params)

Gets the friendly error message. Returns the friendly error message.

ErrorMessage

WithFriendly(string message)

Gets a copy of the error with the supplied friendly message. Returns a copy of the error with the supplied friendly message.

ErrorMessage

WithFriendly(MessageSource message)

Documentation inherited from WithFriendly(string).

ErrorMessage

WithTechnical(string message)

Gets a copy of the error with the supplied technical message. Returns a copy of the error with the supplied technical message.

ErrorMessage

WithTechnical(MessageSource message)

Documentation inherited from WithTechnical(string).

Public Attributes

ErrorMessage

Unknown

Gets the unknown error message.