Visioscan Set SDK Libraries 1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
WThreadCreationException.h
1#pragma once
2using namespace System;
3namespace WToolboxException {
4 [Serializable]
5 public ref class WThreadCreationException : public Exception
6 {
7 public:
8 WThreadCreationException() : Exception() {}
9 WThreadCreationException(String^ message) : Exception(message) {}
10 WThreadCreationException(String^ message, Exception^ inner) : Exception(message, inner) {}
11 };
12}
13
Definition WBadAcknowledgmentException.h:3
Definition WThreadCreationException.h:6
WThreadCreationException()
Definition WThreadCreationException.h:8
WThreadCreationException(String^ message, Exception^ inner)
Definition WThreadCreationException.h:10
WThreadCreationException(String^ message)
Definition WThreadCreationException.h:9