Freigeben über


AcrErrorsException Konstruktoren

Definition

Überlädt

AcrErrorsException()
AcrErrorsException(String)
AcrErrorsException(String, Exception)

AcrErrorsException()

Quelle:
AcrErrorsException.cs
public AcrErrorsException ();
Public Sub New ()

Gilt für:

AcrErrorsException(String)

Quelle:
AcrErrorsException.cs
public AcrErrorsException (string message);
new Microsoft.Azure.ContainerRegistry.Models.AcrErrorsException : string -> Microsoft.Azure.ContainerRegistry.Models.AcrErrorsException
Public Sub New (message As String)

Parameter

message
String

Gilt für:

AcrErrorsException(String, Exception)

Quelle:
AcrErrorsException.cs
public AcrErrorsException (string message, Exception innerException);
new Microsoft.Azure.ContainerRegistry.Models.AcrErrorsException : string * Exception -> Microsoft.Azure.ContainerRegistry.Models.AcrErrorsException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String
innerException
Exception

Gilt für: