Class UnknownEventHandlerIdException
Represents an exception that is thrown when the Blazor Renderer does not have any event handler with the specified a given ID.
public sealed class UnknownEventHandlerIdException : Exception, ISerializable
- Inheritance
-
UnknownEventHandlerIdException
- Implements
- Inherited Members
- Extension Methods
Constructors
UnknownEventHandlerIdException(ulong, EventFieldInfo, Exception)
Initializes a new instance of the UnknownEventHandlerIdException class.
public UnknownEventHandlerIdException(ulong eventHandlerId, EventFieldInfo fieldInfo, Exception innerException)
Parameters
eventHandlerId
ulongfieldInfo
EventFieldInfoinnerException
Exception