Class InvalidRelationshipTypeException
Inheritance
System.Object
InvalidRelationshipTypeException
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class InvalidRelationshipTypeException : Exception
Constructors
| Improve this Doc View SourceInvalidRelationshipTypeException()
Initializes a new instance of the InvalidRelationshipTypeException class.
Declaration
public InvalidRelationshipTypeException()
InvalidRelationshipTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidRelationshipTypeException class.
Declaration
public InvalidRelationshipTypeException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
InvalidRelationshipTypeException(String, Exception)
Initializes a new instance of the InvalidRelationshipTypeException class.
Declaration
public InvalidRelationshipTypeException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
InvalidRelationshipTypeException(String)
Initializes a new instance of the InvalidRelationshipTypeException class.
Declaration
public InvalidRelationshipTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |