Overload | Description |
---|---|
TinException Constructor() | Creates a new TIN exception. |
TinException Constructor(String) | Creates a TIN exception initialized with the input parameter. |
TinException Constructor(Exception) | Creates a new TIN exception initialized with the input parameter. |
TinException Constructor(String,Exception) | Creates a new TIN exception initialized with the input parameters. |