Class SoIllegalXmlException
Exception thrown when an illegal XML has been encountered
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoIllegalXmlException : SoException, ISerializable, _Exception
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. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)