문제

Does anyone knows?
What are Custom Exceptions in .net?
I search in internet but I didn't fine anything
thank u for help.

도움이 되었습니까?

해결책 2

Sometimes there are some errors that need to be handled as per user requirements. Custom exceptions are used for them and they are user defined exceptions.

다른 팁

Custom exceptions are classes that you write that inherit from exception classes already present in the .NET framework. This way, you can have your own, explicitly named, specialized exceptions and have them hooked up like any other exception.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top