Share via


MissingServerPermissionsForRePartException コンストラクター (, )

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

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Sub New ( _
    message As , _
    innerException As  _
)
'使用

Dim message As 
Dim innerException As 

Dim instance As New MissingServerPermissionsForRePartException(message, _
    innerException)
public MissingServerPermissionsForRePartException(
     message,
     innerException
)
public:
MissingServerPermissionsForRePartException(
    ^ message, 
    ^ innerException
)
new : 
        message: * 
        innerException: -> MissingServerPermissionsForRePartException
public function MissingServerPermissionsForRePartException(
    message : , 
    innerException : 
)

パラメーター

  • message
    型:
    A System.String value that specifies the message text describing the event that caused the exception.
  • innerException
    型:
    An System.Exception object that contains the inner exception. This is used when one exception causes another exception to be raised.

関連項目

参照

MissingServerPermissionsForRePartException クラス

MissingServerPermissionsForRePartException オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間