ExtensibilityError.CreateExtensibilityError(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError CreateExtensibilityError (string errorMsg, params object[] args);
static member CreateExtensibilityError : string * obj[] -> Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError
Public Shared Function CreateExtensibilityError (errorMsg As String, ParamArray args As Object()) As ExtensibilityError
Parameters
- errorMsg
- String
- args
- Object[]