[]
Constructs a new instance of the InvalidExternalReferenceParseException class.
public InvalidExternalReferenceParseException()
Public Sub New()
Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message.
public InvalidExternalReferenceParseException(string message)
Public Sub New(message As String)
Type | Name | Description |
---|---|---|
string | message | Message that describes this exception |
Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message and inner exception.
public InvalidExternalReferenceParseException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Type | Name | Description |
---|---|---|
string | message | Message that describes this exception |
Exception | innerException | Earlier exception that causes this exception |
Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message and offset.
public InvalidExternalReferenceParseException(string message, int errorOffset)
Public Sub New(message As String, errorOffset As Integer)
Type | Name | Description |
---|---|---|
string | message | Message that describes this exception |
int | errorOffset | Position where the error is found |
Constructs a new instance of the ParseException class with serialized data.
protected InvalidExternalReferenceParseException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |