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.1.0.0 (10.1.1.12800)