Skip to content

UnhandledErrorException class

Defined in

Namespace: ReactiveMarbles.Mvvm Assembly: ReactiveMarbles.Mvvm.dll Full name: ReactiveMarbles.Mvvm.UnhandledErrorException Modifiers: public

Summary

View source

Indicates that an object implementing IThrownExceptions has caused an error and nothing is attached to ThrownExceptions to handle that error.

Applies to

net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0

Class hierarchy
classDiagram
class UnhandledErrorException
class Exception
Exception <|-- UnhandledErrorException

Inherits from: Exception

Constructors

NameSummary
.ctorInitializes a new instance of the [UnhandledErrorException](# class.
Inherited members