[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.RowCountOutOfRangeException.-ctor

RowCountOutOfRangeException Constructor

RowCountOutOfRangeException(string)

Initializes a new instance of the RowCountOutOfRangeException class with a specific error message.

Declaration
public RowCountOutOfRangeException(string message)
Parameters
Type Name Description
string message

RowCountOutOfRangeException()

Initializes a new instance of the RowCountOutOfRangeException class with a default error message.

Declaration
public RowCountOutOfRangeException()

RowCountOutOfRangeException(SerializationInfo, StreamingContext)

Initializes a new instance of the RowCountOutOfRangeException class with serialized data.

Declaration
protected RowCountOutOfRangeException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The object that holds the serialized object data.

StreamingContext context

Contextual information about the source or destination.

Remarks

This constructor is required to properly support ASP.NET and .net remoting channels.