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: 10.2.0.0 (10.2.1.14000)