Membros FunctionWrongArgumentsNumberException
The FunctionWrongArgumentsNumberException class is an exception that is raised when the function receives the incorrect number of arguments.
O tipo FunctionWrongArgumentsNumberException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
FunctionWrongArgumentsNumberException() () () () | ||
FunctionWrongArgumentsNumberException(String) | Initializes a new instance of the FunctionWrongArgumentsNumberException class that has the specified message text. | |
FunctionWrongArgumentsNumberException(String, Exception) | Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception. | |
FunctionWrongArgumentsNumberException(String, Int32, Int32) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
Init | (Herdado de DmfException.) | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | (Herdado de DmfException.) | |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
DmfExceptionType | (Substitui DmfException. . :: . .DmfExceptionType.) | |
ExpectedCount | Gets the expected number of arguments. | |
FunctionName | Gets the name of the function that caused the exception. | |
HelpLink | (Herdado de DmfException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Substitui Exception. . :: . .Message.) | |
ReceivedCount | Gets the expected number of arguments. | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Consulte também