Share via


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

Initializes a new instance of the InvalidInputException class that has the specified message text 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 InvalidInputException(message, _
    innerException)
public InvalidInputException(
     message,
     innerException
)
public:
InvalidInputException(
    ^ message, 
    ^ innerException
)
new : 
        message: * 
        innerException: -> InvalidInputException
public function InvalidInputException(
    message : , 
    innerException : 
)

パラメーター

  • message
    型:
    A System.String value that specifies the message text that describes 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.

関連項目

参照

InvalidInputException クラス

InvalidInputException オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間