백지부터 시작하는 이세계 코딩 생활

Debug.Assert & throw Exception 본문

Service || Server

Debug.Assert & throw Exception

조아덕 2021. 5. 24. 14:29
Debug.Assert

'Debug.Assert'는 조건이 펄스(false)일 때 동작하는 메소드.

 

throw Exception

'throw Exception'는 디버그 모드에서는 중단점 처럼 동작.

 


Ref.

https://blog.danggun.net/4677

'Service || Server' 카테고리의 다른 글

Linux 개요  (0) 2021.05.28
HA 와 RAC 특징  (0) 2021.05.25
Google analytics (GA)  (0) 2021.03.18
Node js : API 서버 만들기  (0) 2021.03.16
Node.js , RESTful API 서버 만들기  (0) 2021.03.16
Comments