SuspensionManagerException Constructor (Exception) |
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SuspensionManagerException(
Exception e
)
Public Sub New (
e As Exception
)
public:
SuspensionManagerException(
Exception^ e
)
new :
e : Exception -> SuspensionManagerException
Parameters
- e
- Type: SystemException
[Missing <param name="e"/> documentation for "M:foodez.Common.SuspensionManagerException.#ctor(System.Exception)"]
See Also