AzureStorageFileException Class
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.
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. |