Summary
Constructor with an exception message and cause specified
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Containing Type
- Db4oException
Syntax
public Db4oException(string msg, Exception cause)Parameters
| Name | Type | Description | 
|---|---|---|
| msg | string | exception message | 
| cause | Exception | exception cause | 
Return Value
| Type | Description | 
|---|---|
| void |