Compartir a través de


AcrErrorsException Constructores

Definición

Sobrecargas

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

AcrErrorsException()

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

Se aplica a

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)

Parámetros

message
String

Se aplica a

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)

Parámetros

message
String
innerException
Exception

Se aplica a