[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.VersionNotImplementedException.-ctor

VersionNotImplementedException Constructor

VersionNotImplementedException(string)

Initializes an instance of the VersionNotImplementedException class with the specified message.

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

A message that describes the error.

VersionNotImplementedException(string, Exception)

Initializes an instance of VersionNotImplementedException with the specified message and the inner exception.

Declaration
public VersionNotImplementedException(string message, Exception innerException)
Parameters
Type Name Description
string message

A message that describes the error.

Exception innerException

VersionNotImplementedException(SerializationInfo, StreamingContext)

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

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