Click or drag to resize

PolyFrameworkException Constructor (String, Exception)

Initializes a new instance of the PolyFrameworkException class

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public PolyFrameworkException(
	string message,
	Exception inner
)

Parameters

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