ObjectValidationException 构造函数 (String, String, Exception)

Initializes a new instance of the ObjectValidationException class that has the specified object name, object type and inner exception.

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

语法

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

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

参数

  • objectType
    类型:System.String
    A String value that specifies the type of object that encountered an error during validation.
  • objectName
    类型:System.String
    A String value that specifies the name of the object that encountered an error during validation.
  • innerException
    类型:System.Exception
    An Exception object that contains the inner exception. This is used when one exception causes another exception to be raised.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

示例

处理 SMO 异常

请参阅

参考

ObjectValidationException 类

ObjectValidationException 重载

Microsoft.SqlServer.Management.Dmf 命名空间