RuntimeException Class
Provides the base class for exceptions in Visual Studio Tools for Office runtime.
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
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
Name | Description | |
---|---|---|
![]() | RuntimeException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RuntimeException(Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RuntimeException(SerializationInfo, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RuntimeException(String, Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RuntimeException(String, Int64, Exception) | This API supports the product infrastructure and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
Name | Description | |
---|---|---|
![]() | SerializeObjectState | (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.