Class IDPWMemoException
Inheritance
System.Object
IDPWMemoException
Namespace: Idpwmemo
Assembly: Idpwmemo.dll
Syntax
public sealed class IDPWMemoException : Exception
Constructors
IDPWMemoException()
Declaration
public IDPWMemoException()
IDPWMemoException(String)
Declaration
public IDPWMemoException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
IDPWMemoException(String, Exception)
Declaration
public IDPWMemoException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |