Class AttachmentsNotAllowed
Inheritance
AttachmentsNotAllowed
Assembly: DotNetNuke.dll
Syntax
public class AttachmentsNotAllowed : Exception, ISerializable, _Exception
Constructors
AttachmentsNotAllowed()
Declaration
public AttachmentsNotAllowed()
AttachmentsNotAllowed(SerializationInfo, StreamingContext)
Declaration
public AttachmentsNotAllowed(SerializationInfo info, StreamingContext context)
Parameters
AttachmentsNotAllowed(string)
Declaration
public AttachmentsNotAllowed(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
AttachmentsNotAllowed(string, Exception)
Declaration
public AttachmentsNotAllowed(string message, Exception inner)
Parameters
Implements
Extension Methods