OtsException Constructor (String, Exception)Aliyun Open Services SDK for .NET
初始化新的OtsException实例。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public OtsException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
解释异常原因的错误信息。
innerException
Type: SystemException
导致当前异常的异常。
See Also

Reference