FunctionWrongArgumentsNumberException Class
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.
This exception gets thrown when function receives unexpected number of arguments
C#
public sealed class FunctionWrongArgumentsNumberException : Microsoft.SqlServer.Management.Dmf.DmfException
type FunctionWrongArgumentsNumberException = class
inherit DmfException
Public NotInheritable Class FunctionWrongArgumentsNumberException
Inherits DmfException
- Inheritance
Function |
Base constructor |
Function |
Base constructor |
Function |
Constructor |
Function |
Base constructor |
Dmf |
Exception Type |
Expected |
Expected number of arguments |
Function |
Function name |
Help |
will output a link to the help web site (Inherited from DmfException) |
Message |
Message |
Received |
Received number of arguments |
Get |
Serialization helper |
Init() |
Initializes instance properties (Inherited from DmfException) |
Set |
Sets Help Context (Inherited from DmfException) |
Product | Versions |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |