Overload | Description |
---|---|
UnsupportedClassifierException Constructor() | Initializes a new instance of an unsupported classifier. |
UnsupportedClassifierException Constructor(Int32) | Initializes a new instance of an unsupported classifier with a given error number. |
UnsupportedClassifierException Constructor(String) | Initializes a new instance of an unsupported classifier with a given message. |
UnsupportedClassifierException Constructor(Int32,String) | Initializes a new instance of an unsupported classifier with a given error number and message. |
UnsupportedClassifierException Constructor(String,Exception) | Initializes a new instance of an unsupported classifier with a given message and inner exception. |