PoolException Constructor |
initialize
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public PoolException(
string message
)
Public Sub New (
message As String
)
public:
PoolException(
String^ message
)
new :
message : string -> PoolException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Adf.PoolException.#ctor(System.String)"]
See Also