Domanda

I have a WebApi Controller that requires a service via it's constructor. If this service is null I would usually throw a NullArguementException. Is this still the correct way to fail in the context of a WebApi Controller or is there a different pattern for this.

È stato utile?

Soluzione

Pattern is the same. Although with DI this will fail before calling constructor.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top