InvalidOperationException {System} .NET clr documentation

InvalidOperationException

Description

Declare

            
# namespace System
export class InvalidOperationException extends SystemException {
   Data: IDictionary;
   HelpLink: string;
   HResult: integer;
   InnerException: Exception;
   Message: string;
   Source: string;
   StackTrace: string;
   TargetSite: MethodBase;
}

        

.NET clr type reference tree

  1. this class extends from SystemException class: SystemException
  2. use by property member Data: IDictionary
  3. use by property member InnerException: Exception
  4. use by property member TargetSite: MethodBase

[Package {$package} version {$version} Index]