Table of Contents

Class GenericParserException

Namespace
Tlumach.Base
Assembly
Tlumach.Base.dll
public class GenericParserException : TlumachException, ISerializable
Inheritance
GenericParserException
Implements
Derived
Inherited Members

Constructors

GenericParserException()

public GenericParserException()

GenericParserException(string)

public GenericParserException(string message)

Parameters

message string

GenericParserException(string, Exception)

public GenericParserException(string message, Exception innerException)

Parameters

message string
innerException Exception