Class NoSuchDriverException
The exception that is thrown when a driver is not found.
[Serializable]
public class NoSuchDriverException : NotFoundException, ISerializable
- Inheritance
-
NoSuchDriverException
- Implements
- Inherited Members
Constructors
NoSuchDriverException()
Initializes a new instance of the NoSuchDriverException class.
public NoSuchDriverException()
NoSuchDriverException(string?)
Initializes a new instance of the NoSuchDriverException class with a specified error message.
public NoSuchDriverException(string? message)
Parameters
message
stringThe message that describes the error.
NoSuchDriverException(string?, Exception?)
Initializes a new instance of the NoSuchDriverException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public NoSuchDriverException(string? message, Exception? innerException)
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or null if no inner exception is specified.
Methods
GetMessage(string?)
Add information about obtaining additional support from documentation to this exception.
protected static string GetMessage(string? message)
Parameters
message
stringThe original message for exception
Returns
- string
The final message for exception