SCException Class Members
See Also  Fields Properties Methods Events
SourceCode.Hosting.Exceptions Namespace : SCException Class


Glossary Item Box

The following tables list the members exposed by SCException.

Public Constructors

  Name Description
Public Constructor SCException Constructor Overloaded.   
Top

Protected Fields

  Name Description
Protected Field m_Message  
Protected Field m_Source  
Top

Public Properties

  Name Description
Public Property Data (Inherited from System.Exception)
Public Property HelpLink (Inherited from System.Exception)
Public Property HResult (Inherited from System.Exception)
Public Property InnerException (Inherited from System.Exception)
Public Property Message (Inherited from System.Exception)
Public Property Source (Inherited from System.Exception)
Public Property StackTrace (Inherited from System.Exception)
Public Property TargetSite (Inherited from System.Exception)
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.   
Public Method GetBaseException (Inherited from System.Exception)
Public Method GetObjectData Overridden. When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.  
Public Method GetType (Inherited from System.Exception)
Public Method ToString (Inherited from System.Exception)
Top

Protected Events

  Name Description
Protected Event SerializeObjectState (Inherited from System.Exception)
Top

See Also