Show / Hide Table of Contents

Class ObjectHydrationException

Inheritance
object
Exception
BasePortalException
ObjectHydrationException
Implements
ISerializable
_Exception
Inherited Members
BasePortalException.TargetSite
BasePortalException.AssemblyVersion
BasePortalException.PortalID
BasePortalException.PortalName
BasePortalException.UserID
BasePortalException.UserName
BasePortalException.ActiveTabID
BasePortalException.ActiveTabName
BasePortalException.RawURL
BasePortalException.AbsoluteURL
BasePortalException.AbsoluteURLReferrer
BasePortalException.UserAgent
BasePortalException.DefaultDataProvider
BasePortalException.ExceptionGUID
BasePortalException.FileName
BasePortalException.FileLineNumber
BasePortalException.FileColumnNumber
BasePortalException.Method
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Data
Exception.InnerException
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class ObjectHydrationException : BasePortalException, ISerializable, _Exception

Constructors

ObjectHydrationException(SerializationInfo, StreamingContext)

Declaration
protected ObjectHydrationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

ObjectHydrationException(string, Exception)

Declaration
public ObjectHydrationException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

ObjectHydrationException(string, Exception, Type, IDataReader)

Declaration
public ObjectHydrationException(string message, Exception innerException, Type type, IDataReader dr)
Parameters
Type Name Description
string message
Exception innerException
Type type
IDataReader dr

Properties

Columns

Declaration
public List<string> Columns { get; set; }
Property Value
Type Description
List<string>

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message

Type

Declaration
public Type Type { get; set; }
Property Value
Type Description
Type

Implements

ISerializable
_Exception

Extension Methods

ExceptionExtensions.Hash(Exception)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS