Class UnsupportedOperatingSystemException
Exception indicating that the requested method is not supported on the current operating system, or the loaded assembly is targeted for a different operating system than the one on which it is running.
Inheritance
UnsupportedOperatingSystemException
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class UnsupportedOperatingSystemException : NotSupportedException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceUnsupportedOperatingSystemException()
Initializes a new instance of the UnsupportedOperatingSystemException class.
Declaration
public UnsupportedOperatingSystemException()
UnsupportedOperatingSystemException(String)
Initializes a new instance of the UnsupportedOperatingSystemException class.
Declaration
public UnsupportedOperatingSystemException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |
UnsupportedOperatingSystemException(String, Exception)
Initializes a new instance of the UnsupportedOperatingSystemException class.
Declaration
public UnsupportedOperatingSystemException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |
Exception | innerException | The inner exception. |