MailBeeExceptionErrorCode Property |
Gets the error code.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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