WebSiteCloudException.ExtendedErrorCode Property
Gets an extended error code that is a numeric value unique to this error type.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As WebSiteCloudException
Dim value As String
value = instance.ExtendedErrorCode
instance.ExtendedErrorCode = value
Syntax
'Declaration
Public Property ExtendedErrorCode As String
public string ExtendedErrorCode { get; protected set; }
public:
property String^ ExtendedErrorCode {
String^ get ();
protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ExtendedErrorCode ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected void set_ExtendedErrorCode (String value)
CompilerGeneratedAttribute
public function get ExtendedErrorCode () : String
CompilerGeneratedAttribute
protected function set ExtendedErrorCode (value : String)
Property Value
An extended error code that is a numeric value unique to this error type.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSiteCloudException Class
WebSiteCloudException Members
Microsoft.WindowsAzure.Management.WebSites Namespace