ConfigStoreException Constructor (String^, Exception^)
Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- exceptionMessage
-
Type:
System::String^
The message string that describes the error.
- inner
-
Type:
System::Exception^
The inner exception that caused the current exception.
Show: