SmoException 构造函数 (String, Exception)

Initializes a new instance of the SmoException class with the specified message and specified inner exception.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
用法
Dim message As String 
Dim innerException As Exception 

Dim instance As New SmoException(message, _
    innerException)
public SmoException(
    string message,
    Exception innerException
)
public:
SmoException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SmoException
public function SmoException(
    message : String, 
    innerException : Exception
)

参数

  • message
    类型:System.String
    A String value that specifies the message string for the SMO exception.
  • innerException
    类型:System.Exception
    An Exception system object that specifies the exception on which to base the referenced object.

示例

处理 SMO 异常

请参阅

参考

SmoException 类

SmoException 重载

Microsoft.SqlServer.Management.Smo 命名空间