DotNetNuke.Services.Exceptions.ErrorContainer
Namespace: DotNetNuke.Services.ExceptionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public ErrorContainer( string strError, Exception exc ) |
Visual Basic |
---|
Public Sub New ( strError As String, exc As Exception ) |
Parameters
- strError
- Type: System..::..String
paramstrErrorM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(System.String,System.Exception)
- exc
- Type: System..::..Exception
paramexcM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(System.String,System.Exception)