WebSiteCloudException Constructor (String, Exception)
Initializes a new instance of the WebSiteCloudException class.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public WebSiteCloudException(
string message,
Exception innerException
)
public:
WebSiteCloudException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> WebSiteCloudException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe exception message.
innerException
Type: System.ExceptionInner exception.
See Also
WebSiteCloudException Overload
WebSiteCloudException Class
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top