EncodingException.EncodingException

EncodingException()

Initializes new EncodingException object.

public EncodingException()

See Also


EncodingException(string)

Initializes new EncodingException object.

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

See Also


EncodingException(string, Exception)

Initializes new EncodingException object.

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

See Also


EncodingException(SerializationInfo, StreamingContext)

Initializes new EncodingException object.

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

See Also