[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Layout.LayoutException

LayoutException Class

Represents layout errors that occur during report rendering.

Inheritance
LayoutException
Implements
Namespace: GrapeCity.ActiveReports.Rendering.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class LayoutException : Exception, ISerializable

Constructors

Name Description
LayoutException(SerializationInfo, StreamingContext)

Enables environments where serialization is required to initialize instances of the LayoutException class.

Properties

Name Description
ErrorCode

Gets the error code associated with the exception.

Extension Methods