[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.VariantError

VariantError Class

Represents error information for Variant Error types.

Inheritance
VariantError
Namespace: GrapeCity.Enterprise.Data.Expressions.Evaluation
Assembly: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll
Syntax
public class VariantError

Constructors

Name Description
VariantError(string, ErrorCode)

Represents error information for Variant Error types.

Properties

Name Description
ErrorCode

Gets the error code.

Message

Gets the error message.

Method

Gets or sets the method name where the error occurred.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Extension Methods