ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataProcessingException Class / ErrorCode Property

In This Topic
    ErrorCode Property (DataProcessingException)
    In This Topic
    Gets the error code associated with the exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As DataProcessingException.ErrorCodes
    public DataProcessingException.ErrorCodes ErrorCode {get;}
    See Also