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