VersionNotFoundException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the VersionNotFoundException class.
Overloads
| Name | Description |
|---|---|
| VersionNotFoundException() |
Initializes a new instance of the VersionNotFoundException class. |
| VersionNotFoundException(String) |
Initializes a new instance of the VersionNotFoundException class with the specified string. |
| VersionNotFoundException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the VersionNotFoundException class with serialization information. |
| VersionNotFoundException(String, Exception) |
Initializes a new instance of the VersionNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
VersionNotFoundException()
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
Initializes a new instance of the VersionNotFoundException class.
public:
VersionNotFoundException();
public VersionNotFoundException();
Public Sub New ()
Applies to
VersionNotFoundException(String)
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
Initializes a new instance of the VersionNotFoundException class with the specified string.
public:
VersionNotFoundException(System::String ^ s);
public VersionNotFoundException(string? s);
public VersionNotFoundException(string s);
new System.Data.VersionNotFoundException : string -> System.Data.VersionNotFoundException
Public Sub New (s As String)
Parameters
- s
- String
The string to display when the exception is thrown.