StsCommunicationException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes an instance of the StsCommunicationException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Assembly: System.IdentityModel.Selectors (in System.IdentityModel.Selectors.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current 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, or null if the InnerException property does not supply the inner exception value to the constructor.
.NET Framework
Available since 3.0
Available since 3.0
Show: