Initializes a new instance of the exception with a specified error message.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public ServiceNotFoundException( string message )
Public Sub New ( _ message As String _ )
public: ServiceNotFoundException( String^ message )
public ServiceNotFoundException( String message )
![](../icons/collapse_all.gif)
- message (String)
- A message that describes the error.