Share via


AzureStorageFileException Class

Definition

Provides the exception object thrown by AzureStorageFile cmdlets.

[System.Serializable]
public class AzureStorageFileException : Exception
[<System.Serializable>]
type AzureStorageFileException = class
    inherit Exception
Public Class AzureStorageFileException
Inherits Exception
Inheritance
AzureStorageFileException
Attributes

Constructors

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.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the serialization info for serialization.

Applies to