Метод | Описание | |
---|---|---|
SgmlParseException ( ) : System |
Instantiates a new instance of SgmlParseException with no specific error information.
|
|
SgmlParseException ( string message ) : System |
Instantiates a new instance of SgmlParseException with an error message describing the problem.
|
|
SgmlParseException ( string message, Entity e ) : System |
Instantiates a new instance of SgmlParseException with an error message describing the problem.
|
|
SgmlParseException ( string message, |
Instantiates a new instance of SgmlParseException with an error message describing the problem.
|
public SgmlParseException ( string message ) : System | ||
message | string | A message describing the error that occurred |
Результат | System |
public SgmlParseException ( string message, Entity e ) : System | ||
message | string | A message describing the error that occurred |
e | Entity | The entity on which the error occurred. |
Результат | System |
public SgmlParseException ( string message, |
||
message | string | A message describing the error that occurred |
innerException | The original exception that caused the problem. | |
Результат | System |