Class TlumachException
Implements
Inherited Members
Namespace: Tlumach.Base
Assembly: Tlumach.Base.dll
Syntax
public class TlumachException : Exception, ISerializable
Constructors
TlumachException()
Declaration
public TlumachException()
TlumachException(string)
Declaration
public TlumachException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
TlumachException(string, Exception)
Declaration
public TlumachException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |