Creates a new FatalException with the given message.
Public Sub New(ByVal message As String)
public FatalException(string message)
message The message for this FatalException.