NotSupportedException Class (System) (original) (raw)
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.
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
public ref class NotSupportedException : Exceptionpublic ref class NotSupportedException : SystemExceptionpublic class NotSupportedException : Exceptionpublic class NotSupportedException : SystemException[System.Serializable]
public class NotSupportedException : SystemException[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class NotSupportedException : SystemExceptiontype NotSupportedException = class
inherit Exceptiontype NotSupportedException = class
inherit SystemException[<System.Serializable>]
type NotSupportedException = class
inherit SystemException[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type NotSupportedException = class
inherit SystemExceptionPublic Class NotSupportedException
Inherits ExceptionPublic Class NotSupportedException
Inherits SystemExceptionInheritance
Inheritance
Derived
Attributes
Remarks
For more information about this API, see Supplemental API remarks for NotSupportedException.