RuntimeException Class

 

Provides the base class for exceptions in Visual Studio Tools for Office runtime.

Namespace:   Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

System::Object
  System::Exception
    Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
      Microsoft.Office.Tools::CannotRemoveControlException
      Microsoft.Office.Tools::CannotRemoveCustomizationException
      Microsoft.Office.Tools::ControlNameAlreadyExistsException
      Microsoft.Office.Tools.Excel::ListObjectNotDataBoundException
      Microsoft.Office.Tools.Excel::SetDataBindingFailedException
      Microsoft.Office.Tools::InvalidRangeException
      Microsoft.Office.Tools::OfficeXpsDocumentException
      Microsoft.Office.Tools.Outlook::ControlNotFoundException
      Microsoft.Office.Tools.Outlook::FormRegionStorageNullException
      Microsoft.Office.Tools::RangeNotOnWorksheetException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CacheAlreadyLoadedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CachedDataCouldNotBeSerializedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CachedDataTypeMismatchException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotCacheInNonStartupException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotCreateCustomizationDomainException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotCreateStartupObjectException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotFindMemberException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotFindObjectToFillException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotFindStartupObjectAssemblyException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotLoadManifestException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotRetrieveAppInfoException
      Microsoft.VisualStudio.Tools.Applications.Runtime::CannotRetrieveCachedDataException
      Microsoft.VisualStudio.Tools.Applications.Runtime::ControlCouldNotBeInitializedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::ControlNotFoundException
      Microsoft.VisualStudio.Tools.Applications.Runtime::DocumentAlreadyCustomizedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::DocumentAlreadyLoadedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::DocumentClosedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::DocumentCustomizedWithPreviousRuntimeException
      Microsoft.VisualStudio.Tools.Applications.Runtime::DocumentNotCustomizedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::DocumentNotLoadedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::InvalidDeployManifestException
      Microsoft.VisualStudio.Tools.Applications.Runtime::InvalidManifestException
      Microsoft.VisualStudio.Tools.Applications.Runtime::InvalidNewApplicationManifestException
      Microsoft.VisualStudio.Tools.Applications.Runtime::ItemAlreadyInCacheException
      Microsoft.VisualStudio.Tools.Applications.Runtime::ItemNotInCacheException
      Microsoft.VisualStudio.Tools.Applications.Runtime::ManifestNotExecutedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::MissingDataIdException
      Microsoft.VisualStudio.Tools.Applications.Runtime::MissingHostItemIdException
      Microsoft.VisualStudio.Tools.Applications.Runtime::MissingTypeException
      Microsoft.VisualStudio.Tools.Applications.Runtime::MultipleCachedDataCouldNotBeSerializedException
      Microsoft.VisualStudio.Tools.Applications.Runtime::NonCacheableTypeException
      Microsoft.VisualStudio.Tools.Applications.Runtime::NoStartupObjectsException
      Microsoft.VisualStudio.Tools.Applications.Runtime::NotAvailableOfflineException
      Microsoft.VisualStudio.Tools.Applications.Runtime::NotAvailableOnlineException
      Microsoft.VisualStudio.Tools.Applications.Runtime::UnknownCustomizationFileException
      Microsoft.VisualStudio.Tools.Applications.Runtime::UpdateFailedException

[SerializableAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = "FullTrust")]
public ref class RuntimeException abstract : Exception

NameDescription
System_CAPS_protmethodRuntimeException()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_protmethodRuntimeException(Int64)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_protmethodRuntimeException(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_protmethodRuntimeException(String^, Int64)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_protmethodRuntimeException(String^, Int64, Exception^)

This API supports the product infrastructure and is not intended to be used directly from your code.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

For more information about the Visual Studio Tools for Office runtime, see Visual Studio Tools for Office Runtime Overview.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: