PartialCreateException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class.
Overload List
Name | Description | |
---|---|---|
PartialCreateException() | Constructs a new instance of the class. | |
PartialCreateException(String) | Constructs a new instance of the class with a message string. | |
PartialCreateException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
PartialCreateException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
PartialCreateException(String, Exception, Identity) | Constructs a new instance of the class by using a message, the inner exception, and the identity of the created external item. |
Top