Table of Contents

Class ScaleoutModuleException

Namespace
Scaleout.Modules.Abstractions
Assembly
Scaleout.Modules.Abstractions.dll

Exception returned to callers when a user-defined ScaleOut module throws an unhandled exception during processing.

[Serializable]
public class ScaleoutModuleException : Exception, ISerializable
Inheritance
ScaleoutModuleException
Implements
Inherited Members

Constructors

ScaleoutModuleException()

public ScaleoutModuleException()

ScaleoutModuleException(string)

public ScaleoutModuleException(string message)

Parameters

message string

ScaleoutModuleException(string, Exception)

public ScaleoutModuleException(string message, Exception inner)

Parameters

message string
inner Exception