Class
PListException

Definition

Constructors

PListException()

Declaration

cs-api-definition
public PListException()

PListException(SerializationInfo, StreamingContext)

Declaration

cs-api-definition
protected PListException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

context

StreamingContext

PListException(string)

Declaration

cs-api-definition
public PListException(string message)

Parameters

message

string

PListException(string, Exception)

Declaration

cs-api-definition
public PListException(string message, Exception inner)

Parameters

message

string

inner

Exception