Constructs container exception event args

Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ContainerExceptionEventArgs(
Exception exception
)
Public Sub New ( _
exception As Exception _
)
public:
ContainerExceptionEventArgs(
Exception^ exception
)
public ContainerExceptionEventArgs(
Exception exception
)

Parameters
- exception (Exception)
- Occured exception
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)