Click or drag to resize

RestErrorArrayAdd Method (String, String, Int32)

[Missing <summary> documentation for "M:NetIQ.DRA.Common.Rest.Responses.RestErrorArray.Add(System.String,System.String,System.Int32)"]

Namespace:  NetIQ.DRA.Common.Rest.Responses
Assembly:  NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 10.2.2.1
Syntax
public void Add(
	string message,
	string suggestion,
	int errorCode
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:NetIQ.DRA.Common.Rest.Responses.RestErrorArray.Add(System.String,System.String,System.Int32)"]

suggestion
Type: SystemString

[Missing <param name="suggestion"/> documentation for "M:NetIQ.DRA.Common.Rest.Responses.RestErrorArray.Add(System.String,System.String,System.Int32)"]

errorCode
Type: SystemInt32

[Missing <param name="errorCode"/> documentation for "M:NetIQ.DRA.Common.Rest.Responses.RestErrorArray.Add(System.String,System.String,System.Int32)"]

See Also