Table of Contents

Class TlumachException

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

Constructors

TlumachException()

public TlumachException()

TlumachException(string)

public TlumachException(string message)

Parameters

message string

TlumachException(string, Exception)

public TlumachException(string message, Exception innerException)

Parameters

message string
innerException Exception