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.Services (in System.IdentityModel.Services.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 T:System.Exception.InnerException property. The T:System.Exception.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 |
|---|---|
T:System.Exception.InnerException | The inner exception reference. |
T:System.Exception.Message | A system-supplied message that describes the error. This message takes into account the current system culture. |
Available since 4.5