Class XmlSyntaxException
Inheritance
System.Object
XmlSyntaxException
Assembly: IronZip.dll
Syntax
public sealed class XmlSyntaxException : SystemException
Constructors
XmlSyntaxException()
Declaration
public XmlSyntaxException()
XmlSyntaxException(Int32)
Declaration
public XmlSyntaxException(int lineNumber)
Parameters
| Type |
Name |
Description |
| System.Int32 |
lineNumber |
|
XmlSyntaxException(Int32, String)
Declaration
public XmlSyntaxException(int lineNumber, string message)
Parameters
| Type |
Name |
Description |
| System.Int32 |
lineNumber |
|
| System.String |
message |
|
XmlSyntaxException(String)
Declaration
public XmlSyntaxException(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
XmlSyntaxException(String, Exception)
Declaration
public XmlSyntaxException(string message, Exception inner)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
| System.Exception |
inner |
|