VhdParsingException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VhdParsingException() | |
VhdParsingException(String) | |
VhdParsingException(SerializationInfo, StreamingContext) | |
VhdParsingException(String, Exception) |
VhdParsingException()
public VhdParsingException ();
Public Sub New ()
Applies to
VhdParsingException(String)
public VhdParsingException (string message);
new Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException : string -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
VhdParsingException(SerializationInfo, StreamingContext)
protected VhdParsingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
VhdParsingException(String, Exception)
public VhdParsingException (string message, Exception innerException);
new Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException : string * Exception -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdParsingException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception