Class
PListFormatException

Definition

Constructors

PListFormatException()

Declaration

cs-api-definition
public PListFormatException()

PListFormatException(SerializationInfo, StreamingContext)

Declaration

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

Parameters

info

SerializationInfo

context

StreamingContext

PListFormatException(string)

Declaration

cs-api-definition
public PListFormatException(string message)

Parameters

message

string

PListFormatException(string, Exception)

Declaration

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

Parameters

message

string

inner

Exception