Creates a new fatal exception

C# | Visual Basic | Visual C++ |
public KeyotiFatalException( string message, Exception innerException )
Public Sub New ( _ message As String, _ innerException As Exception _ )
public: KeyotiFatalException( String^ message, Exception^ innerException )

- message (String)
- innerException (Exception)