[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.InvalidLengthException

InvalidLengthException Class

Represents an exception that is thrown when an invalid value is specified for a Length unit designator.

Inheritance
InvalidLengthException
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class InvalidLengthException : Exception, ISerializable

Constructors

Name Description
InvalidLengthException()

Initializes a new instance of the InvalidLengthException class.

InvalidLengthException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidLengthException class using a serialized data.

InvalidLengthException(string)

Initializes a new instance of the InvalidLengthException class using a specified error message.

InvalidLengthException(string, Exception)

Initializes a new instance of the InvalidLengthException class using a specified error message and a reference to the inner exception that caused this exception.

Extension Methods