初始化 DbSchemaException 类的一个包含指定错误消息的新实例。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public Sub New ( _
message As String _
)
用法
Dim message As String
Dim instance As New DbSchemaException(message)
public DbSchemaException (
string message
)
public:
DbSchemaException (
String^ message
)
public DbSchemaException (
String message
)
public function DbSchemaException (
message : String
)
参数
- message
说明异常原因的错误消息。
请参阅
参考
DbSchemaException 类
DbSchemaException 成员
Microsoft.Synchronization.Data 命名空间