FabricImageStoreException Class

Definition

The exception that is thrown when perform ImageStore operations.

[System.Serializable]
public class FabricImageStoreException : System.Fabric.FabricException
[<System.Serializable>]
type FabricImageStoreException = class
    inherit FabricException
Public Class FabricImageStoreException
Inherits FabricException
Inheritance
FabricImageStoreException
Attributes

Constructors

FabricImageStoreException()

Initializes a new instance of FabricImageStoreException class with error code ImageStoreIOException.

FabricImageStoreException(FabricErrorCode)

Initializes a new instance of FabricImageStoreException class with a specified error code.

FabricImageStoreException(SerializationInfo, StreamingContext)

Initializes a new instance of FabricImageStoreException class from a serialized object data, with a specified context.

FabricImageStoreException(SerializationInfo, StreamingContext, FabricErrorCode)

Initializes a new instance of FabricImageStoreException class from a serialized object data, with specified context and error code.

FabricImageStoreException(String)

Initializes a new instance of FabricImageStoreException class with error code ImageStoreIOException and a specified error message.

FabricImageStoreException(String, Exception)

Initializes a new instance of FabricImageStoreException class with a specified error message and a reference to the inner exception that is the cause of this exception.

FabricImageStoreException(String, Exception, FabricErrorCode)

Initializes a new instance of FabricImageStoreException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code.

FabricImageStoreException(String, FabricErrorCode)

Initializes a new instance of FabricImageStoreException class with specified error message and error code.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to