共用方式為


ActionNotSupportedException 建構函式 (Exception)

Initializes an instance of the ActionNotSupportedException class when there was an inner exception that caused this exception.

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public Sub New ( _
    innerException As Exception _
)
'用途
Dim innerException As Exception

Dim instance As New ActionNotSupportedException(innerException)
public ActionNotSupportedException(
    Exception innerException
)
public:
ActionNotSupportedException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ActionNotSupportedException
public function ActionNotSupportedException(
    innerException : Exception
)

參數

備註

The constructor initializes the object with the inner exception that caused this exception.