DotNetNuke.Services.Exceptions.ModuleLoadException

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

Syntax

C#
public ModuleLoadException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)

Parameters

message
Type: System..::..String
parammessageM:DotNetNuke.Services.Exceptions.ModuleLoadException.#ctor(System.String)

See Also