Click or drag to resize

IExceptionMessage Property

Gets a message that describes the current exception.

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
string Message { get; }

Return Value

Type: String
The error message that explains the reason for the exception, or an empty string("").
See Also