Compartilhar via


AcrErrorsException Construtores

Definição

Sobrecargas

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

AcrErrorsException()

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

Aplica-se a

AcrErrorsException(String)

Origem:
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

Aplica-se a

AcrErrorsException(String, Exception)

Origem:
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

Aplica-se a