Class NotSupportedAttribute
When applied to a method, indicates that the method will always throw a NotSupportedException.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class NotSupportedAttribute : Attribute
Constructors
NotSupportedAttribute(String)
Creates a NotSupported attribute with the given exception message
Declaration
public NotSupportedAttribute(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
Fields
Message
Message for the exception that will be thrown by the method
Declaration
public string Message
Field Value
Type | Description |
---|---|
String |