Class EmptyBlockException
Thrown when an empty block is closed.
Implements
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class EmptyBlockException : Exception, ISerializable
Constructors
EmptyBlockException()
Initializes a new instance of the EmptyBlockException class.
Declaration
public EmptyBlockException()
EmptyBlockException(SerializationInfo, StreamingContext)
Declaration
protected EmptyBlockException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
EmptyBlockException(String)
Initializes a new instance of the EmptyBlockException class with a specified error message.
Declaration
public EmptyBlockException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message. |