| ManagerError Constructor (DictionaryString, String) |
Namespace: AsterNET.Manager.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ManagerError(
Dictionary<string, string> attributes
)
Public Sub New (
attributes As Dictionary(Of String, String)
)
public:
ManagerError(
Dictionary<String^, String^>^ attributes
)
new :
attributes : Dictionary<string, string> -> ManagerError
Parameters
- attributes
- Type: System.Collections.GenericDictionaryString, String
[Missing <param name="attributes"/> documentation for "M:AsterNET.Manager.Response.ManagerError.#ctor(System.Collections.Generic.Dictionary{System.String,System.String})"]
See Also