SimulatorClient.GetRestrictedErrorInfo(String, String, String) Method

Definition

Maps a restricted reference to the restricted description and any missing capability.

public:
 virtual void GetRestrictedErrorInfo(System::String ^ restrictedReference, [Runtime::InteropServices::Out] System::String ^ % restrictedDescription, [Runtime::InteropServices::Out] System::String ^ % capabilitySid);
public void GetRestrictedErrorInfo (string restrictedReference, out string restrictedDescription, out string capabilitySid);
abstract member GetRestrictedErrorInfo : string * string * string -> unit
override this.GetRestrictedErrorInfo : string * string * string -> unit
Public Sub GetRestrictedErrorInfo (restrictedReference As String, ByRef restrictedDescription As String, ByRef capabilitySid As String)

Parameters

restrictedReference
String

Restricted Reference.

restrictedDescription
String

Restricted Description obtained from Restricted Reference.

capabilitySid
String

Represents any missing capability.

Implements

Applies to