Class InvalidHandleEventException
Represents errors that occur during WeakEventManager.HandleEvent execution.
Inheritance
System.Object
InvalidHandleEventException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class InvalidHandleEventException : Exception
Constructors
View SourceInvalidHandleEventException(String, TargetParameterCountException)
Initializes a new instance of the InvalidHandleEventException class.
Declaration
public InvalidHandleEventException(string message, TargetParameterCountException targetParameterCountException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message. |
TargetParameterCountException | targetParameterCountException | Target parameter count exception. |