Construtor CloudException (String, Exception)
Inicializa uma nova instância de CloudException classe.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public CloudException(
string message,
Exception innerException
)
public:
CloudException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CloudException
Public Sub New (
message As String,
innerException As Exception
)
Parâmetros
message
Type: System.StringA mensagem de exceção.
innerException
Type: System.ExceptionA exceção interna.
Consulte também
CloudException Sobrecarga
Classe CloudException
Namespace Microsoft.WindowsAzure
Retornar ao topo