Method | Description | |
---|---|---|
MarkupParsingException ( string message ) : System |
Initializes a new instance of the MarkupParsingException class with a specified error message
|
|
MarkupParsingException ( string message, |
Initializes a new instance of the MarkupParsingException class with a specified error message and reference to the inner exception that is the cause of this exception
|
|
MarkupParsingException ( string message, |
Initializes a new instance of the MarkupParsingException class with a specified error message, node coordinates and source fragment
|
|
MarkupParsingException ( string message, |
Initializes a new instance of the MarkupParsingException class with a specified error message, node coordinates, source fragment and reference to the inner exception that is the cause of this exception
|
|
MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment ) : System |
Initializes a new instance of the MarkupParsingException class with a specified error message, line number, column number and source fragment
|
|
MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment, |
Initializes a new instance of the MarkupParsingException class with a specified error message, line number, column number, source fragment and reference to the inner exception that is the cause of this exception
|
Method | Description | |
---|---|---|
MarkupParsingException ( |
Initializes a new instance of the MarkupParsingException class with serialized data
|
public MarkupParsingException ( string message ) : System | ||
message | string | Error message that explains the reason for the exception |
return | System |
public MarkupParsingException ( string message, |
||
message | string | Error message that explains the reason for the exception |
innerException | Exception that is the cause of the current exception | |
return | System |
public MarkupParsingException ( string message, |
||
message | string | Error message that explains the reason for the exception |
nodeCoordinates | Node coordinates | |
sourceFragment | string | Source fragment |
return | System |
public MarkupParsingException ( string message, |
||
message | string | Error message that explains the reason for the exception |
nodeCoordinates | Node coordinates | |
sourceFragment | string | Source fragment |
innerException | Exception that is the cause of the current exception | |
return | System |
public MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment ) : System | ||
message | string | Error message that explains the reason for the exception |
lineNumber | int | Line number |
columnNumber | int | Column number |
sourceFragment | string | SourceFragment |
return | System |
public MarkupParsingException ( string message, int lineNumber, int columnNumber, string sourceFragment, |
||
message | string | Error message that explains the reason for the exception |
lineNumber | int | Line number |
columnNumber | int | Column number |
sourceFragment | string | Source fragment |
innerException | Exception that is the cause of the current exception | |
return | System |