Skip to content

MySqlException is not serializable #601

@EranOfer

Description

@EranOfer

MSDN:
"Exception(SerializationInfo, StreamingContext), which is a protected constructor that initializes a new exception object from serialized data. You should implement this constructor if you've chosen to make your exception object serializable"

Could you please make all custom exception serializable?

For example :

internal MySqlException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {}

Thanks in advance

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions