ClientException(Error, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.