Compartilhar via


OperationError(Exception) Constructor

Definition

Initializes a new instance of the OperationError class.

public OperationError(Exception exception);
new Microsoft.Agents.A365.Runtime.OperationError : Exception -> Microsoft.Agents.A365.Runtime.OperationError
Public Sub New (exception As Exception)

Parameters

exception
Exception

The exception associated with the error.

Applies to