PropertyException 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.
Represents an error that occurs when an operation on a property fails.
public ref class PropertyException : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public class PropertyException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public Class PropertyException
Inherits ServiceLocalException
- Inheritance
- Derived
Constructors
PropertyException(String, String, Exception) |
Initializes a new instance of the PropertyException class with the property that caused the exception, the error message text, and the inner exception. |
PropertyException(String, String) |
Initializes a new instance of the PropertyException class with the property that caused the exception and the error message text. |
PropertyException(String) |
Initializes a new instance of the PropertyException class with the property that caused the exception. |
Properties
Name |
Gets the name of the property that caused the exception. |