Class BayesPointMachineClassifierException
The exception that is thrown when the multi-class Bayes point machine classifier encounters an issue.
Implements
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.Classifier.dll
Syntax
[Serializable]
public class BayesPointMachineClassifierException : Exception, ISerializable
Constructors
BayesPointMachineClassifierException()
Initializes a new instance of the BayesPointMachineClassifierException class.
Declaration
public BayesPointMachineClassifierException()
BayesPointMachineClassifierException(SerializationInfo, StreamingContext)
Initializes a new instance of the BayesPointMachineClassifierException class.
Declaration
protected BayesPointMachineClassifierException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The object that holds the serialized object data. |
| StreamingContext | context | The contextual information about the source or destination. |
BayesPointMachineClassifierException(String)
Initializes a new instance of the BayesPointMachineClassifierException class with a specified error message.
Declaration
public BayesPointMachineClassifierException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message. |
BayesPointMachineClassifierException(String, Exception)
Initializes a new instance of the BayesPointMachineClassifierException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public BayesPointMachineClassifierException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The error message that explains the reason for the exception. |
| Exception | inner | The exception that is the cause of the current exception. |