C# 클래스 Microsoft.WindowsAzure.Commands.Storage.File.AzureStorageFileException

상속: System.Exception
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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