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.
Namespace: FrameworkSystems.FrameworkExceptions
Assembly: FrameworkSystems.FrameworkExceptions.dll
Syntax
[DocfxBrowsable]
public class FrameworkApplicationException : ApplicationException, ISerializable, _Exception
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.