ErrorResponseException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
ErrorResponseException() |
Initialiseert een nieuw exemplaar van de klasse ErrorResponseException. |
ErrorResponseException(String) |
Initialiseert een nieuw exemplaar van de klasse ErrorResponseException. |
ErrorResponseException(String, Exception) |
Initialiseert een nieuw exemplaar van de klasse ErrorResponseException. |
ErrorResponseException()
Initialiseert een nieuw exemplaar van de klasse ErrorResponseException.
public ErrorResponseException ();
Public Sub New ()
Van toepassing op
ErrorResponseException(String)
Initialiseert een nieuw exemplaar van de klasse ErrorResponseException.
public ErrorResponseException (string message);
new Microsoft.Azure.Management.Automation.Models.ErrorResponseException : string -> Microsoft.Azure.Management.Automation.Models.ErrorResponseException
Public Sub New (message As String)
Parameters
- message
- String
Het uitzonderingsbericht.
Van toepassing op
ErrorResponseException(String, Exception)
Initialiseert een nieuw exemplaar van de klasse ErrorResponseException.
public ErrorResponseException (string message, Exception innerException);
new Microsoft.Azure.Management.Automation.Models.ErrorResponseException : string * Exception -> Microsoft.Azure.Management.Automation.Models.ErrorResponseException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
Het uitzonderingsbericht.
- innerException
- Exception
Interne uitzondering.
Van toepassing op
Azure SDK for .NET