Class ObjectHydrationException
Inheritance
ObjectHydrationException
Assembly: DotNetNuke.dll
Syntax
public class ObjectHydrationException : BasePortalException, ISerializable, _Exception
Constructors
ObjectHydrationException(SerializationInfo, StreamingContext)
Declaration
protected ObjectHydrationException(SerializationInfo info, StreamingContext context)
Parameters
ObjectHydrationException(string, Exception)
Declaration
public ObjectHydrationException(string message, Exception innerException)
Parameters
ObjectHydrationException(string, Exception, Type, IDataReader)
Declaration
public ObjectHydrationException(string message, Exception innerException, Type type, IDataReader dr)
Parameters
Properties
Columns
Declaration
public List<string> Columns { get; set; }
Property Value
Message
Declaration
public override string Message { get; }
Property Value
Overrides
Type
Declaration
public Type Type { get; set; }
Property Value
Implements
Extension Methods