MethodNotAvailableException Constructor |
Thrown when an attempt is made to use a feature that is not
currently available.
Namespace: KampData.TaxEngine.API.ExceptionsAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic MethodNotAvailableException(
string Message
)
Public Sub New (
Message As String
)
public:
MethodNotAvailableException(
String^ Message
)
new :
Message : string -> MethodNotAvailableException
Parameters
- Message
- Type: SystemString
Message
See Also