DotNetNuke.Services.Exceptions.ObjectHydrationException

Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ObjectHydrationException(
	string message,
	Exception innerException,
	Type type,
	IDataReader dr
)
Visual Basic
Public Sub New ( 
	message As String,
	innerException As Exception,
	type As Type,
	dr As IDataReader
)

Parameters

message
Type: System..::..String
parammessageM:DotNetNuke.Services.Exceptions.ObjectHydrationException.#ctor(System.String,System.Exception,System.Type,System.Data.IDataReader)
innerException
Type: System..::..Exception
paraminnerExceptionM:DotNetNuke.Services.Exceptions.ObjectHydrationException.#ctor(System.String,System.Exception,System.Type,System.Data.IDataReader)
type
Type: System..::..Type
paramtypeM:DotNetNuke.Services.Exceptions.ObjectHydrationException.#ctor(System.String,System.Exception,System.Type,System.Data.IDataReader)
dr
Type: System.Data..::..IDataReader
paramdrM:DotNetNuke.Services.Exceptions.ObjectHydrationException.#ctor(System.String,System.Exception,System.Type,System.Data.IDataReader)

See Also