10 WThreadCreationException(String^ message, Exception^ inner, String^ translateCode) : Exception(message, inner) { _translateCode = translateCode; }
14 return _translateCode;
18 String^ _translateCode;
Definition WBadAcknowledgmentException.h:3
Definition WThreadCreationException.h:6
property String TranslateCode
Definition WThreadCreationException.h:12
WThreadCreationException(String^ message, Exception^ inner, String^ translateCode)
Definition WThreadCreationException.h:10
WThreadCreationException()
Definition WThreadCreationException.h:8
WThreadCreationException(String^ message, String^ translateCode)
Definition WThreadCreationException.h:9