C# Class Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException

Inheritance: System.Exception
Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
VhdParsingException ( ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
VhdParsingException ( string message ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
VhdParsingException ( string message, Exception innerException ) : Microsoft.WindowsAzure.Commands.Tools.Common.General

Protected Methods

Method Description
VhdParsingException ( SerializationInfo info, StreamingContext context ) : Microsoft.WindowsAzure.Commands.Tools.Common.General

Method Details

VhdParsingException() public method

public VhdParsingException ( ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
return Microsoft.WindowsAzure.Commands.Tools.Common.General

VhdParsingException() protected method

protected VhdParsingException ( SerializationInfo info, StreamingContext context ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return Microsoft.WindowsAzure.Commands.Tools.Common.General

VhdParsingException() public method

public VhdParsingException ( string message ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
message string
return Microsoft.WindowsAzure.Commands.Tools.Common.General

VhdParsingException() public method

public VhdParsingException ( string message, Exception innerException ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
message string
innerException System.Exception
return Microsoft.WindowsAzure.Commands.Tools.Common.General