NotImplementedException(String, String, Exception) Constructor |
Create a not implemented exception using a provided member name, error message and inner exception
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntaxpublic NotImplementedException(
string memberName,
string errorMessage,
Exception innerException
)
Public Sub New (
memberName As String,
errorMessage As String,
innerException As Exception
)
public:
NotImplementedException(
String^ memberName,
String^ errorMessage,
Exception^ innerException
)
Parameters
- memberName String
- The member name that threw the exception
- errorMessage String
- The error message
- innerException Exception
- An optional inner exception or null.
See Also