[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ParseException.-ctor

ParseException Constructor

ParseException()

Constructs a new instance of the ParseException class.

Declaration
public ParseException()
Public Sub New()

ParseException(string)

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

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

Message that describes this exception

ParseException(string, Exception)

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

Declaration
public ParseException(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

ParseException(string, int)

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

Declaration
public ParseException(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

ParseException(SerializationInfo, StreamingContext)

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

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