BulkLoaderException Constructor (String, Exception)

ScaleOut Software NamedCache API
Creates a new instance of the BulkLoaderException with the specified message and an inner exception indicating the cause of this exception.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public BulkLoaderException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
A message with additional exception details.
inner
Type: SystemException
The inner exception that caused the BulkLoaderException to be thrown.
See Also

Reference