ServiceNotStartedException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes an instance of the ServiceNotStartedException 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: