MailBeeExceptionErrorCode Property |
Gets the error code.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int ErrorCode { get; }
Public ReadOnly Property ErrorCode As Integer
Get
Property Value
Type:
Int32Remarks The error code returned by this property is the one of field values defined in
ErrorCodes class.
See Also