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

Inheritance: System.Exception
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

VhdParsingException() public méthode

public VhdParsingException ( ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
Résultat Microsoft.WindowsAzure.Commands.Tools.Common.General

VhdParsingException() protected méthode

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

VhdParsingException() public méthode

public VhdParsingException ( string message ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
message string
Résultat Microsoft.WindowsAzure.Commands.Tools.Common.General

VhdParsingException() public méthode

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