C# Класс Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
AzureStorageFileException ( SerializationInfo info, StreamingContext context ) : System

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

Приватные методы

Метод Описание
GetErrorRecord ( ) : ErrorRecord

Gets the error record represents this exception.

Описание методов

AzureStorageFileException() публичный Метод

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.
Результат System

AzureStorageFileException() защищенный Метод

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.
Результат System

GetObjectData() публичный Метод

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.
Результат void