FabricImageStoreException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FabricImageStoreException()
public FabricImageStoreException();
Public Sub New ()
Applies to
FabricImageStoreException(FabricErrorCode)
public FabricImageStoreException(System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricImageStoreException : System.Fabric.FabricErrorCode -> System.Fabric.FabricImageStoreException
Public Sub New (errorCode As FabricErrorCode)
Parameters
- errorCode
- FabricErrorCode
Applies to
FabricImageStoreException(String)
public FabricImageStoreException(string message);
new System.Fabric.FabricImageStoreException : string -> System.Fabric.FabricImageStoreException
Public Sub New (message As String)
Parameters
- message
- System.String
Applies to
FabricImageStoreException(SerializationInfo, StreamingContext)
protected FabricImageStoreException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricImageStoreException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricImageStoreException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- System.Runtime.Serialization.SerializationInfo
- context
- System.Runtime.Serialization.StreamingContext
Applies to
FabricImageStoreException(String, Exception)
public FabricImageStoreException(string message, Exception inner);
new System.Fabric.FabricImageStoreException : string * Exception -> System.Fabric.FabricImageStoreException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- System.String
- inner
- System.Exception
Applies to
FabricImageStoreException(String, FabricErrorCode)
public FabricImageStoreException(string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricImageStoreException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricImageStoreException
Public Sub New (message As String, errorCode As FabricErrorCode)
Parameters
- message
- System.String
- errorCode
- FabricErrorCode
Applies to
FabricImageStoreException(SerializationInfo, StreamingContext, FabricErrorCode)
protected FabricImageStoreException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricImageStoreException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext * System.Fabric.FabricErrorCode -> System.Fabric.FabricImageStoreException
Protected Sub New (info As SerializationInfo, context As StreamingContext, errorCode As FabricErrorCode)
Parameters
- info
- System.Runtime.Serialization.SerializationInfo
- context
- System.Runtime.Serialization.StreamingContext
- errorCode
- FabricErrorCode
Applies to
FabricImageStoreException(String, Exception, FabricErrorCode)
public FabricImageStoreException(string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricImageStoreException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricImageStoreException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)
Parameters
- message
- System.String
- inner
- System.Exception
- errorCode
- FabricErrorCode