Skip to content

SMSApi.Api.Exception has name the same as System.Exception. This may cost a lot of time to find what is going on #40

Description

@owerkop

We have in our code:

try {
...
}
catch (Exception e)
{
...
}

It didn't work. It turned out the Exception was from SMSApi.Api namespace instead of System.

I think this is really unexpected to have library having public Exception class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions