Share via


AcrErrorsException Constructors

Definition

Overloads

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

AcrErrorsException()

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

Applies to

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)

Parameters

message
String

Applies to

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)

Parameters

message
String
innerException
Exception

Applies to