RuntimeException Class

Definition

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

public ref class RuntimeException abstract : Exception
[System.Serializable]
public abstract class RuntimeException : Exception
[<System.Serializable>]
type RuntimeException = class
    inherit Exception
Public MustInherit Class RuntimeException
Inherits Exception
Inheritance
RuntimeException
Derived
Attributes

Remarks

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

Constructors

RuntimeException()
RuntimeException(Int64)
RuntimeException(SerializationInfo, StreamingContext)
RuntimeException(String, Int64)
RuntimeException(String, Int64, Exception)

Applies to