[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.ColumnCountOutOfRangeException.-ctor

ColumnCountOutOfRangeException Constructor

ColumnCountOutOfRangeException(string)

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

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

ColumnCountOutOfRangeException()

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

Declaration
public ColumnCountOutOfRangeException()

ColumnCountOutOfRangeException(SerializationInfo, StreamingContext)

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

Declaration
protected ColumnCountOutOfRangeException(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.