C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.AzureServiceManagementException

상속: System.Exception
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
WrapExistingError ( ErrorRecord errorRecord ) : ErrorRecord

Wrap an existing error record in one that will display the Azure service management error message.

비공개 메소드들

메소드 설명
AzureServiceManagementException ( string message, Exception innerException ) : System

Initializes a new instance of the AzureServiceManagementException.

메소드 상세

WrapExistingError() 공개 정적인 메소드

Wrap an existing error record in one that will display the Azure service management error message.
public static WrapExistingError ( ErrorRecord errorRecord ) : ErrorRecord
errorRecord System.Management.Automation.ErrorRecord The existing error.
리턴 System.Management.Automation.ErrorRecord