PartitionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
General exception occurred during partition processing.
[System.Serializable]
public class PartitionException : Exception
[<System.Serializable>]
type PartitionException = class
inherit Exception
Public Class PartitionException
Inherits Exception
- Inheritance
-
PartitionException
- Derived
- Attributes
Constructors
PartitionException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PartitionException class using default values. |
PartitionException(String, String, Exception) |
Initializes a new instance of the PartitionException class using error message and inner exception. |
PartitionException(String, String) |
Initializes a new instance of the PartitionException class using error message and last continuation token. |
Properties
LastContinuation |
Gets the value of request continuation token. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |