Class ObjectHydrationException
Inheritance
System.Object
ObjectHydrationException
Assembly: DotNetNuke.dll
Syntax
public class ObjectHydrationException : BasePortalException
Constructors
|
Improve this Doc
View Source
ObjectHydrationException(SerializationInfo, StreamingContext)
Declaration
protected ObjectHydrationException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Improve this Doc
View Source
ObjectHydrationException(String, Exception, Type, IDataReader)
Declaration
public ObjectHydrationException(string message, Exception innerException, Type type, IDataReader dr)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
Type |
type |
|
IDataReader |
dr |
|
|
Improve this Doc
View Source
ObjectHydrationException(String, Exception)
Declaration
public ObjectHydrationException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
Properties
|
Improve this Doc
View Source
Columns
Declaration
public List<string> Columns { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Message
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public Type Type { get; set; }
Property Value
Extension Methods