WebSiteCloudException.ErrorMessageArguments Property
Gets a container for strings that fill the place holders in the message template. These strings contain information unique to the user's scenario.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<string> ErrorMessageArguments { get; protected set; }
public:
property IList<String^>^ ErrorMessageArguments {
IList<String^>^ get();
protected: void set(IList<String^>^ value);
}
member ErrorMessageArguments : IList<string> with get, set
Public Property ErrorMessageArguments As IList(Of String)
Get
Protected Set
End Property
Property Value
Type: System.Collections.Generic.IList<String>
A container for strings that fill the place holders in the message template.
See Also
WebSiteCloudException Class
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top