Freigeben über


RestException Konstruktoren

Definition

Überlädt

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

RestException()

public RestException ();
Public Sub New ()

Gilt für:

RestException(String)

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

Parameter

message
String

Gilt für:

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)

Parameter

message
String
innerException
Exception

Gilt für: