Compartir a través de


RestException Constructores

Definición

Sobrecargas

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

RestException()

public RestException ();
Public Sub New ()

Se aplica a

RestException(String)

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

Parámetros

message
String

Se aplica a

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)

Parámetros

message
String
innerException
Exception

Se aplica a