WoffFormatException.WoffFormatException

WoffFormatException()

Initializes new WoffFormatException object.

public WoffFormatException()

See Also


WoffFormatException(string)

Initializes new WoffFormatException object.

public WoffFormatException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


WoffFormatException(string, Exception)

Initializes new WoffFormatException object.

public WoffFormatException(string message, Exception innerException)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also


WoffFormatException(SerializationInfo, StreamingContext)

Initializes new WoffFormatException object.

public WoffFormatException(SerializationInfo info, StreamingContext context)
ParameterTypeDescription
infoSerializationInfoThe object that holds the serialized object data.
contextStreamingContextThe contextual information about the source or destination.

See Also