PolyFrameworkException Constructor (String, Exception) |
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic PolyFrameworkException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
PolyFrameworkException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> PolyFrameworkExceptionParameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:PolyFramework.PolyFrameworkException.#ctor(System.String,System.Exception)"]
- inner
- Type: SystemException
[Missing <param name="inner"/> documentation for "M:PolyFramework.PolyFrameworkException.#ctor(System.String,System.Exception)"]
See Also