Class FrameworkApplicationException
Exceptions die vom Framework geworfen werden und einen erwarteten Fehler darstellen sollten von dieser Klasse sein. Der Broker gibt diese dann als Fehler ohne StackTrace an den Client weiter.
Inheritance
System.Object
FrameworkApplicationException
Namespace: FS.Shared
Assembly: FS.Shared.dll
Syntax
[DocfxBrowsable]
public class FrameworkApplicationException : ApplicationException
Constructors
FrameworkApplicationException(MLKeyText)
FrameworkApplicationException(MLKeyText, Exception)
FrameworkApplicationException(MLKeyText, Int32)
FrameworkApplicationException(MLKeyText, Int32, Exception)
FrameworkApplicationException(String)
FrameworkApplicationException(String, Exception)
FrameworkApplicationException(String, Int32)
FrameworkApplicationException(String, Int32, Exception)
Properties
MLKey
Der mit dem MLKeyText übergebene MLKey.
Severity
Definiert den Schweregrad der Exception.