Show / Hide Table of Contents

Class DuplicateHotkeyException

Exception for registering a duplicate hotkey.

Inheritance
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
DuplicateHotkeyException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Phoenix.Hotkeys
Assembly: Phoenix.Abstractions.Hotkeys.dll
Syntax
[Serializable]
public class DuplicateHotkeyException : InvalidOperationException, ISerializable

Constructors

View Source

DuplicateHotkeyException()

Initializes a new instance of the DuplicateHotkeyException class.

Declaration
public DuplicateHotkeyException()
View Source

DuplicateHotkeyException(SerializationInfo, StreamingContext)

Initializes a new instance of the DuplicateHotkeyException class.

Declaration
protected DuplicateHotkeyException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

System.Runtime.Serialization.StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

View Source

DuplicateHotkeyException(String)

Initializes a new instance of the DuplicateHotkeyException class.

Declaration
public DuplicateHotkeyException(string message)
Parameters
Type Name Description
System.String message

The exception message.

View Source

DuplicateHotkeyException(String, Exception)

Initializes a new instance of the DuplicateHotkeyException class.

Declaration
public DuplicateHotkeyException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

System.Exception innerException

The inner exception.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExceptionExtensions.FormatLoaderExceptions(Exception)
ExceptionExtensions.FormatMessageAndStackTrace(Exception, Boolean)
  • View Source
In This Article
Back to top Generated by DocFX