Class UserOnDeviceNotFoundException
Throws when the User on the device can not be found. I.e. when the user was created but not added to the device.
Inheritance
Implements
Inherited Members
Namespace: Phoenix.Users
Assembly: Phoenix.Abstractions.Users.dll
Syntax
[Serializable]
public class UserOnDeviceNotFoundException : Exception, ISerializable
Constructors
View SourceUserOnDeviceNotFoundException()
Initializes a new instance of the UserOnDeviceNotFoundException class.
Declaration
public UserOnDeviceNotFoundException()
UserOnDeviceNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the UserOnDeviceNotFoundException class.
Declaration
protected UserOnDeviceNotFoundException(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. |
UserOnDeviceNotFoundException(String)
Initializes a new instance of the UserOnDeviceNotFoundException class.
Declaration
public UserOnDeviceNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
UserOnDeviceNotFoundException(String, Exception)
Initializes a new instance of the UserOnDeviceNotFoundException class.
Declaration
public UserOnDeviceNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
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. |