Table of Contents

Class PropertySystemException

Namespace
Microsoft.WindowsAPICodePack.Shell.PropertySystem
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

An exception thrown when an error occurs while dealing with the Property System API.

public class PropertySystemException : ExternalException, ISerializable
Inheritance
PropertySystemException
Implements
Inherited Members

Constructors

PropertySystemException()

Default constructor.

public PropertySystemException()

PropertySystemException(SerializationInfo, StreamingContext)

Initializes an exception from serialization info and a context.

protected PropertySystemException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PropertySystemException(string)

Initializes an excpetion with a custom message.

public PropertySystemException(string message)

Parameters

message string

PropertySystemException(string, Exception)

Initializes an exception with custom message and inner exception.

public PropertySystemException(string message, Exception innerException)

Parameters

message string
innerException Exception

PropertySystemException(string, int)

Initializes an exception with custom message and error code.

public PropertySystemException(string message, int errorCode)

Parameters

message string
errorCode int