NavigationItemNotFoundException Constructor(String,Exception)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Function New( _
ByVal message As String, _
ByVal innerException As Exception _
)
public NavigationItemNotFoundException(
string message,
Exception innerException
)
public:
NavigationItemNotFoundException(
String^ message,
Exception^ innerException
)
Parameters
- message
- innerException