Class UnhandledInteractionException<TInput, TOutput>
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Indicates that an interaction has gone unhandled.
Type Parameters
TInput
The type of the interaction's input.
TOutput
The type of the interaction's output.
- Inheritance
-
UnhandledInteractionException<TInput, TOutput>
- Implements
- Inherited Members
- Extension Methods
Constructors
UnhandledInteractionException()
Initializes a new instance of the UnhandledInteractionException<TInput, TOutput> class.
UnhandledInteractionException(Interaction<TInput, TOutput>, TInput)
Initializes a new instance of the UnhandledInteractionException<TInput, TOutput> class.
Parameters
interaction
Interaction<TInput, TOutput>The interaction that doesn't have a input handler.
input
TInputThe input into the interaction.
UnhandledInteractionException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnhandledInteractionException<TInput, TOutput> class.
Parameters
info
SerializationInfo The serialization information.
context
StreamingContext The serialization context.
UnhandledInteractionException(string)
Initializes a new instance of the UnhandledInteractionException<TInput, TOutput> class.
Parameters
message
stringA message about the exception.
UnhandledInteractionException(string, Exception)
Initializes a new instance of the UnhandledInteractionException<TInput, TOutput> class.
Parameters
message
stringA message about the exception.
innerException
ExceptionAny other exception that caused the issue.
Properties
Input
Gets the input for the interaction that was not handled.
Property Value
- TInput
Interaction
Gets the interaction that was not handled.
Property Value
- Interaction<TInput, TOutput>
Methods
GetObjectData(SerializationInfo, StreamingContext)
Parameters
info
SerializationInfo context
StreamingContext