Partager via


AcrErrorsException Constructeurs

Définition

Surcharges

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

AcrErrorsException()

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

S’applique à

AcrErrorsException(String)

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

Paramètres

message
String

S’applique à

AcrErrorsException(String, Exception)

Source:
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)

Paramètres

message
String
innerException
Exception

S’applique à