[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.InvalidExternalReferenceParseException.-ctor

InvalidExternalReferenceParseException Constructor

InvalidExternalReferenceParseException()

Constructs a new instance of the InvalidExternalReferenceParseException class.

Declaration
public InvalidExternalReferenceParseException()
Public Sub New()

InvalidExternalReferenceParseException(string)

Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message.

Declaration
public InvalidExternalReferenceParseException(string message)
Public Sub New(message As String)
Parameters
Type Name Description
string message

Message that describes this exception

InvalidExternalReferenceParseException(string, Exception)

Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message and inner exception.

Declaration
public InvalidExternalReferenceParseException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Parameters
Type Name Description
string message

Message that describes this exception

Exception innerException

Earlier exception that causes this exception

InvalidExternalReferenceParseException(string, int)

Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message and offset.

Declaration
public InvalidExternalReferenceParseException(string message, int errorOffset)
Public Sub New(message As String, errorOffset As Integer)
Parameters
Type Name Description
string message

Message that describes this exception

int errorOffset

Position where the error is found

InvalidExternalReferenceParseException(SerializationInfo, StreamingContext)

Constructs a new instance of the ParseException class with serialized data.

Declaration
protected InvalidExternalReferenceParseException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context