Edit

Share via


PropertyException Class

Definition

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
PropertyException
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.

Applies to