Class OnboxExceptionBase
Onbox's abstract base class
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Onbox.Core.V8
Assembly: Onbox.Core.dll
Syntax
public abstract class OnboxExceptionBase : Exception, ISerializable
Constructors
| Improve this Doc View SourceOnboxExceptionBase()
Contructor
Declaration
public OnboxExceptionBase()
OnboxExceptionBase(String)
Contructor with a message
Declaration
public OnboxExceptionBase(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Fields
| Improve this Doc View SourcehasMessage
Indicates if this exception has message to report
Declaration
protected bool hasMessage
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceHasMessage()
Checks if the exception has a message to display
Declaration
public bool HasMessage()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Serialization.ISerializable