Share via


ClientException(Error, Exception) Constructor

Definition

Creates a new client exception.

public ClientException (Microsoft.Graph.Error error, Exception innerException = default);
new Microsoft.Graph.ClientException : Microsoft.Graph.Error * Exception -> Microsoft.Graph.ClientException
Public Sub New (error As Error, Optional innerException As Exception = Nothing)

Parameters

error
Error

The error that triggered the exception.

innerException
Exception

The possible innerException.

Applies to