Partager via


RestException Constructeurs

Définition

Surcharges

RestException()
RestException(String)
RestException(String, Exception)

RestException()

public RestException ();
Public Sub New ()

S’applique à

RestException(String)

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

Paramètres

message
String

S’applique à

RestException(String, Exception)

public RestException (string message, Exception innerException);
new Microsoft.Rest.RestException : string * Exception -> Microsoft.Rest.RestException
Public Sub New (message As String, innerException As Exception)

Paramètres

message
String
innerException
Exception

S’applique à