Class DotNetNukeException
Inheritance
DotNetNukeException
Assembly: DotNetNuke.Web.dll
Syntax
public class DotNetNukeException : Exception, ISerializable, _Exception
Constructors
DotNetNukeException()
Declaration
public DotNetNukeException()
DotNetNukeException(SerializationInfo, StreamingContext)
Declaration
public DotNetNukeException(SerializationInfo info, StreamingContext context)
Parameters
DotNetNukeException(string)
Declaration
public DotNetNukeException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
DotNetNukeException(string, DotNetNukeErrorCode)
Declaration
public DotNetNukeException(string message, DotNetNukeErrorCode errorCode)
Parameters
DotNetNukeException(string, Exception)
Declaration
public DotNetNukeException(string message, Exception innerException)
Parameters
DotNetNukeException(string, Exception, DotNetNukeErrorCode)
Declaration
public DotNetNukeException(string message, Exception innerException, DotNetNukeErrorCode errorCode)
Parameters
Properties
ErrorCode
Declaration
public DotNetNukeErrorCode ErrorCode { get; }
Property Value
Implements
Extension Methods