Class SoIllegalXmlException
Exception thrown when an illegal XML has been encountered
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoIllegalXmlException : SoException
Constructors
SoIllegalXmlException(String)
Default constructor.
Declaration
public SoIllegalXmlException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
SoIllegalXmlException(String, Exception)
Default constructor.
Declaration
public SoIllegalXmlException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
System.Exception | innerException | Inner exception. |
Extension Methods
EnumUtil.MapEnums<From, To>(From)