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