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