Edit

Share via


RetryCountExhaustException Constructors

Definition

Overloads

RetryCountExhaustException()
RetryCountExhaustException(Exception)
RetryCountExhaustException(String)

RetryCountExhaustException()

public RetryCountExhaustException ();
Public Sub New ()

Applies to

RetryCountExhaustException(Exception)

public RetryCountExhaustException (Exception ex);
new Microsoft.Hpc.RetryCountExhaustException : Exception -> Microsoft.Hpc.RetryCountExhaustException
Public Sub New (ex As Exception)

Parameters

Applies to

RetryCountExhaustException(String)

public RetryCountExhaustException (string message);
new Microsoft.Hpc.RetryCountExhaustException : string -> Microsoft.Hpc.RetryCountExhaustException
Public Sub New (message As String)

Parameters

message
String

Applies to