Конструктор DacModelException (String)

Initializes a new instance of the DacModelException class with the specified error message.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Sub New ( _
    message As String _
)
'Применение
Dim message As String 

Dim instance As New DacModelException(message)
public DacModelException(
    string message
)
public:
DacModelException(
    String^ message
)
new : 
        message:string -> DacModelException
public function DacModelException(
    message : String
)

Параметры

  • message
    Тип: System.String
    The message that describes the error.

См. также

Справочник

DacModelException Класс

Перегрузка DacModelException

Пространство имен Microsoft.SqlServer.Dac.Model