AsynchronousOperationException Constructor (Exception^)
Initializes a new instance of the AsynchronousOperationException class with a system-supplied error message and a reference to the inner exception that is the cause of this exception.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- innerException
-
Type:
System::Exception^
The Exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the InnerException property. The InnerException property returns the same value that is passed into the constructor.
The following table shows the initial property values for the new instance.
Property | Value |
|---|---|
The inner exception reference. | |
A system-supplied message that describes the error. This message takes into account the current system culture. |
Available since 4.5