Class DtazvException
Exception that is thrown by the DtazvParser in order to indicate parsing errors.
Implements
Inherited Members
Namespace: Subsembly.Dtazv
Assembly: Subsembly.Sepa.dll
Syntax
public class DtazvException : Exception, ISerializable
Properties
Code
Provides the detailed exception code of this DtazvException.
Declaration
public DtaExceptionCode Code { get; }
Property Value
Type | Description |
---|---|
DtaExceptionCode | Refer to the documentation of the DtaExceptionCode for a list of possible values and their meaning. |
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string |