Class
TimeZoneNotFoundException

Definition

Constructors

TimeZoneNotFoundException()

Declaration

cs-api-definition
public TimeZoneNotFoundException()

TimeZoneNotFoundException(SerializationInfo, StreamingContext)

Declaration

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

Parameters

info

SerializationInfo

context

StreamingContext

TimeZoneNotFoundException(string)

Declaration

cs-api-definition
public TimeZoneNotFoundException(string message)

Parameters

message

string

TimeZoneNotFoundException(string, Exception)

Declaration

cs-api-definition
public TimeZoneNotFoundException(string message, Exception innerException)

Parameters

message

string

innerException

Exception