 | AppSettingsFatalInitializationException property |
If not equal to zero, the application should report the exception and exit.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic Exception? FatalInitializationException { get; set; }
Public Property FatalInitializationException As Exception
Get
Set
public:
property Exception^ FatalInitializationException {
Exception^ get ();
void set (Exception^ value);
}
member FatalInitializationException : Exception with get, set
Property value
Exception
See also