字符串) 的 EsentException 构造函数 (
使用指定的错误消息初始化 EsentException 类的新实例。
Namespace:Microsoft.Isam.Esent
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Protected Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New EsentException(message)
protected EsentException(
string message
)
参数
message
类型: System.String描述错误的消息。