SnapshotVersionNotAvailableException 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.
Overloads
SnapshotVersionNotAvailableException() |
Initializes a new instance of the SnapshotVersionNotAvailableException class. |
SnapshotVersionNotAvailableException(String) |
Initializes a new instance of the SnapshotVersionNotAvailableException class. |
SnapshotVersionNotAvailableException(String, Exception) |
Initializes a new instance of the SnapshotVersionNotAvailableException class. |
SnapshotVersionNotAvailableException(Uri, Object) |
Initializes a new instance of the SnapshotVersionNotAvailableException class. |
SnapshotVersionNotAvailableException(Uri, Object, Exception) |
Initializes a new instance of the SnapshotVersionNotAvailableException class. |
SnapshotVersionNotAvailableException()
Initializes a new instance of the SnapshotVersionNotAvailableException class.
public SnapshotVersionNotAvailableException ();
Public Sub New ()
Applies to
SnapshotVersionNotAvailableException(String)
Initializes a new instance of the SnapshotVersionNotAvailableException class.
public SnapshotVersionNotAvailableException (string message);
new Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException : string -> Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException
Public Sub New (message As String)
Parameters
- message
- String
Exception message.
Applies to
SnapshotVersionNotAvailableException(String, Exception)
Initializes a new instance of the SnapshotVersionNotAvailableException class.
public SnapshotVersionNotAvailableException (string message, Exception innerException);
new Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException : string * Exception -> Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
Exception message.
- innerException
- Exception
Inner exception.
Applies to
SnapshotVersionNotAvailableException(Uri, Object)
Initializes a new instance of the SnapshotVersionNotAvailableException class.
public SnapshotVersionNotAvailableException (Uri resourceMoniker, object version);
new Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException : Uri * obj -> Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException
Public Sub New (resourceMoniker As Uri, version As Object)
Parameters
- resourceMoniker
- Uri
Moniker for the resource being queried.
- version
- Object
Version for the resource being queried.
Applies to
SnapshotVersionNotAvailableException(Uri, Object, Exception)
Initializes a new instance of the SnapshotVersionNotAvailableException class.
public SnapshotVersionNotAvailableException (Uri resourceMoniker, object version, Exception innerException);
new Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException : Uri * obj * Exception -> Microsoft.VisualStudio.Extensibility.SnapshotVersionNotAvailableException
Public Sub New (resourceMoniker As Uri, version As Object, innerException As Exception)
Parameters
- resourceMoniker
- Uri
Moniker for the resource being queried.
- version
- Object
Version for the resource being queried.
- innerException
- Exception
Inner exception.