Class FileSystemCapabilityNotFoundException
Represents the base exception type for all PhoenixException exceptions.
Inheritance
Implements
Inherited Members
Namespace: Phoenix.DeviceStorage
Assembly: Phoenix.Abstractions.DeviceStorage.dll
Syntax
[Serializable]
public class FileSystemCapabilityNotFoundException : Exception, ISerializable
Constructors
View SourceFileSystemCapabilityNotFoundException()
Initializes a new instance of the FileSystemCapabilityNotFoundException class.
Declaration
public FileSystemCapabilityNotFoundException()
FileSystemCapabilityNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the FileSystemCapabilityNotFoundException class.
Declaration
protected FileSystemCapabilityNotFoundException(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. |
FileSystemCapabilityNotFoundException(String)
Initializes a new instance of the FileSystemCapabilityNotFoundException class.
Declaration
public FileSystemCapabilityNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
FileSystemCapabilityNotFoundException(String, Exception)
Initializes a new instance of the FileSystemCapabilityNotFoundException class.
Declaration
public FileSystemCapabilityNotFoundException(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. |