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: 14.5.0.0 (14.5.0)