Table of Contents

Class FrameworkApplicationException

Namespace
FrameworkSystems.FrameworkExceptions
Assembly
FrameworkSystems.FrameworkExceptions.dll

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.

[Serializable]
public class FrameworkApplicationException : ApplicationException, ISerializable, _Exception
Inheritance
FrameworkApplicationException
Implements
Inherited Members

Constructors

FrameworkApplicationException(MLKeyText)
FrameworkApplicationException(MLKeyText, Exception)
FrameworkApplicationException(MLKeyText, int)
FrameworkApplicationException(MLKeyText, int, Exception)
FrameworkApplicationException(string)
FrameworkApplicationException(string, Exception)
FrameworkApplicationException(string, int)
FrameworkApplicationException(string, int, Exception)

Properties

MLKey

Der mit dem MLKeyText übergebene MLKey.

Severity

Definiert den Schweregrad der Exception.