C# Class FOSSTRAK.TDT.TDTTranslationException

A TDTException is thrown at runtime when the user supplies invalid or incomplete input.
Author Mike Lohmeier [email protected]
Inheritance: System.Exception
Show file Open project: Zambonilli/FOSSTRAK

Public Methods

Method Description
TDTTranslationException ( String message ) : System

Method Details

TDTTranslationException() public method

public TDTTranslationException ( String message ) : System
message String
return System