Hunny Software Library Reference

Exception.ErrorCode Property

Gets the error code.

[Visual Basic]
Public ReadOnly Property ErrorCode As ErrorCode
[C#]
public ErrorCode ErrorCode {get;}

Property Value

An error code that provides information about the error that caused the exception.

Remarks

See the ErrorCode reference manual entry for more information about error codes.

See Also

Exception Class | Hunny.Mail Namespace | ErrorCode enumeration