C# Class Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException

Inheritance: System.Exception
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
AzureStorageFileException ( ErrorCategory category, string errorId, string errorDetails, object targetObject ) : System

Initializes a new instance of the AzureStorageFileException class.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Gets the serialization info for serialization.

Méthodes protégées

Méthode Description
AzureStorageFileException ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Méthode Description
GetErrorRecord ( ) : ErrorRecord

Gets the error record represents this exception.

Method Details

AzureStorageFileException() public méthode

Initializes a new instance of the AzureStorageFileException class.
public AzureStorageFileException ( ErrorCategory category, string errorId, string errorDetails, object targetObject ) : System
category ErrorCategory Indicating the error cateogory.
errorId string Indicating the error id.
errorDetails string Indicating the error message.
targetObject object Indicating the target object.
Résultat System

AzureStorageFileException() protected méthode

Initializes a new instance of the AzureStorageFileException class from the serialization info.
protected AzureStorageFileException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Indicating the serialization info.
context System.Runtime.Serialization.StreamingContext Indicating the streaming context.
Résultat System

GetObjectData() public méthode

Gets the serialization info for serialization.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo Indicating the serialization info.
context System.Runtime.Serialization.StreamingContext Indicating the streaming context.
Résultat void