AzureStorageFileException Constructors

Definition

Overloads

AzureStorageFileException(SerializationInfo, StreamingContext)

Initializes a new instance of the AzureStorageFileException class from the serialization info.

AzureStorageFileException(ErrorCategory, String, String, Object)

Initializes a new instance of the AzureStorageFileException class.

AzureStorageFileException(SerializationInfo, StreamingContext)

Initializes a new instance of the AzureStorageFileException class from the serialization info.

protected AzureStorageFileException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Indicating the serialization info.

context
StreamingContext

Indicating the streaming context.

Applies to

AzureStorageFileException(ErrorCategory, String, String, Object)

Initializes a new instance of the AzureStorageFileException class.

public AzureStorageFileException (System.Management.Automation.ErrorCategory category, string errorId, string errorDetails, object targetObject);
new Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException : System.Management.Automation.ErrorCategory * string * string * obj -> Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException
Public Sub New (category As ErrorCategory, errorId As String, errorDetails As String, targetObject As Object)

Parameters

category
ErrorCategory

Indicating the error cateogory.

errorId
String

Indicating the error id.

errorDetails
String

Indicating the error message.

targetObject
Object

Indicating the target object.

Applies to