GlimpseException Methods

Glimpse API

GlimpseException Methods Glimpse API Documentation
The GlimpseException type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetBaseException
When overridden in a derived class, returns the OnlineException that is the root cause of one or more subsequent exceptions.
(Inherited from OnlineException.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetObjectData
When overridden in a derived class, sets the OnlineSerializationInfo with information about the exception.
(Inherited from OnlineException.)
Public methodOnlineGetType
Gets the runtime type of the current instance.
(Inherited from OnlineException.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Creates and returns a string representation of the current exception.
(Inherited from OnlineException.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
See Also