CloudException 构造函数 (String, Exception)
初始化的新实例 CloudException 类。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
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
)
参数
message
Type: System.String异常消息。
innerException
Type: System.Exception内部异常。
请参阅
CloudException 重载
CloudException 类
Microsoft.WindowsAzure 命名空间
返回页首