Class PackageInteractionNotSupportedException
Exception thrown when the Application Capability was not found for the device.
Inheritance
Implements
Inherited Members
Namespace: Phoenix.Applications
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
[Serializable]
public class PackageInteractionNotSupportedException : Exception, ISerializable
Constructors
View SourcePackageInteractionNotSupportedException()
Initializes a new instance of the PackageInteractionNotSupportedException class.
Declaration
public PackageInteractionNotSupportedException()
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. |
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. |
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. |
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. |
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 SourceInteractionName
Gets the name of the unsupported interaction.
Declaration
public string InteractionName { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets the message that describes the current exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |