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

Inheritance: System.Exception
Show file Open project: Azure/azure-powershell

Public Methods

Method 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.

Protected Methods

Method Description
AzureStorageFileException ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Method Description
GetErrorRecord ( ) : ErrorRecord

Gets the error record represents this exception.

Method Details

AzureStorageFileException() public method

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.
return System

AzureStorageFileException() protected method

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.
return System

GetObjectData() public method

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.
return void