C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.CmdletExtensions

Show file Open project: AzureRT/azure-sdk-tools

Public Methods

Method Description
ProcessExceptionDetails ( this cmdlet, Exception exception ) : Exception
ResolvePath ( this psCmdlet, string path ) : string
TryResolvePath ( this psCmdlet, string path ) : string

Private Methods

Method Description
FindDataServiceClientException ( Exception ex ) : Exception
WriteVerboseOutputForObject ( this powerShellCmdlet, object obj ) : void

Method Details

ProcessExceptionDetails() public static method

public static ProcessExceptionDetails ( this cmdlet, Exception exception ) : Exception
cmdlet this
exception System.Exception
return System.Exception

ResolvePath() public static method

public static ResolvePath ( this psCmdlet, string path ) : string
psCmdlet this
path string
return string

TryResolvePath() public static method

public static TryResolvePath ( this psCmdlet, string path ) : string
psCmdlet this
path string
return string