Class SoIllegalXmlException
Exception thrown when an illegal XML has been encountered
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoIllegalXmlException : SoException, ISerializable
Constructors
SoIllegalXmlException(string)
Default constructor.
Declaration
public SoIllegalXmlException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Error message. |
SoIllegalXmlException(string, Exception)
Default constructor.
Declaration
public SoIllegalXmlException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Error message. |
| Exception | innerException | Inner exception. |