Show / Hide Table of Contents

Class PackageInteractionNotSupportedException

Exception thrown when the Application Capability was not found for the device.

Inheritance
System.Object
System.Exception
PackageInteractionNotSupportedException
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.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.Applications
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
[Serializable]
public class PackageInteractionNotSupportedException : Exception, ISerializable

Constructors

View Source

PackageInteractionNotSupportedException()

Initializes a new instance of the PackageInteractionNotSupportedException class.

Declaration
public PackageInteractionNotSupportedException()
View Source

PackageInteractionNotSupportedException(SerializationInfo, StreamingContext)

Initializes a new instance of the PackageInteractionNotSupportedException class.

Declaration
protected PackageInteractionNotSupportedException(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

PackageInteractionNotSupportedException(String)

Initializes a new instance of the PackageInteractionNotSupportedException class.

Declaration
public PackageInteractionNotSupportedException(string interactionName)
Parameters
Type Name Description
System.String interactionName

The name of the interaction that is not supported.

View Source

PackageInteractionNotSupportedException(String, Exception)

Initializes a new instance of the PackageInteractionNotSupportedException class.

Declaration
public PackageInteractionNotSupportedException(string interactionName, Exception innerException)
Parameters
Type Name Description
System.String interactionName

The name of the interaction that is not supported.

System.Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

View Source

PackageInteractionNotSupportedException(String, String)

Initializes a new instance of the PackageInteractionNotSupportedException class.

Declaration
public PackageInteractionNotSupportedException(string interactionName, string message)
Parameters
Type Name Description
System.String interactionName

The name of the interaction that is not supported.

System.String message

The message that describes the error.

View Source

PackageInteractionNotSupportedException(String, String, Exception)

Initializes a new instance of the PackageInteractionNotSupportedException class.

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

The name of the interaction that is not supported.

System.String message

The message that describes the error.

System.Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Properties

View Source

InteractionName

Gets the name of the unsupported interaction.

Declaration
public string InteractionName { get; }
Property Value
Type Description
System.String
View Source

Message

Gets the message that describes the current exception.

Declaration
public override string Message { get; }
Property Value
Type Description
System.String
Overrides
System.Exception.Message

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