C# Класс Microsoft.Samples.ServiceHosting.StorageClient.StorageServerException

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

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

Метод Описание
StorageServerException ( ) : System

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

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

Initializes a new instance of the StorageServerException class with serialized data.

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

Метод Описание
StorageServerException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, Exception innerException ) : System
StorageServerException ( StorageErrorCode errorCode, string message, HttpStatusCode statusCode, StorageExtendedErrorInformation extendedErrorInfo, Exception innerException ) : System

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

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

public StorageServerException ( ) : System
Результат System

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

Initializes a new instance of the StorageServerException class with serialized data.
protected StorageServerException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The object that contains serialized object /// data about the exception being thrown
context StreamingContext The object that contains contextual information /// about the source or destionation.
Результат System