OTX-Runtime for DotNet
|
|
Thrown when a file cannot be found More...
Public Member Functions | |
FileNotFoundException () | |
Initializes a new instance of the FileNotFoundException class. More... | |
FileNotFoundException (string message) | |
Initializes a new instance of the FileNotFoundException class. More... | |
Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Exceptions.Exception | |
Exception () | |
Initializes a new instance of Exception class. More... | |
Exception (string message) | |
Initializes a new instance of Exception class. More... | |
Thrown when a file cannot be found
|
inline |
Initializes a new instance of the FileNotFoundException class.
|
inline |
Initializes a new instance of the FileNotFoundException class.
message | Error message that explains the reason for the Exception. |