![]() |
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Exception that gets thrown if a winget feature is not supportet in the installed winget version. More...
Public Member Functions | |
WinGetFeatureNotSupportedException (Version minVersion) | |
Initializes a new instance of the WGetNET.Exceptions.WinGetFeatureNotSupportedException class. | |
WinGetFeatureNotSupportedException (Version minVersion, Exception innerException) | |
Initializes a new instance of the WGetNET.Exceptions.WinGetFeatureNotSupportedException class. | |
Protected Member Functions | |
WinGetFeatureNotSupportedException (SerializationInfo info, StreamingContext context) | |
Initializes a new instance of the WGetNET.Exceptions.WinGetFeatureNotSupportedException class with serialized data. | |
Properties | |
override string | Message [get] |
Gets a message that describes the current exception. | |
Exception that gets thrown if a winget feature is not supportet in the installed winget version.
Definition at line 14 of file WinGetFeatureNotSupportedException.cs.
WGetNET.Exceptions.WinGetFeatureNotSupportedException.WinGetFeatureNotSupportedException | ( | Version | minVersion | ) |
Initializes a new instance of the WGetNET.Exceptions.WinGetFeatureNotSupportedException class.
minVersion | Min WinGet version needed for the feature |
Definition at line 39 of file WinGetFeatureNotSupportedException.cs.
WGetNET.Exceptions.WinGetFeatureNotSupportedException.WinGetFeatureNotSupportedException | ( | Version | minVersion, |
Exception | innerException ) |
Initializes a new instance of the WGetNET.Exceptions.WinGetFeatureNotSupportedException class.
minVersion | Min WinGet version needed for the feature |
innerException | The inner exception |
Definition at line 49 of file WinGetFeatureNotSupportedException.cs.
|
protected |
Initializes a new instance of the WGetNET.Exceptions.WinGetFeatureNotSupportedException class with serialized data.
info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
Definition at line 65 of file WinGetFeatureNotSupportedException.cs.
|
get |
Gets a message that describes the current exception.
Definition at line 19 of file WinGetFeatureNotSupportedException.cs.