Search Results for

    Show / Hide Table of Contents

    Class EmptyBlockException

    Thrown when an empty block is closed.

    Inheritance
    Object
    Exception
    EmptyBlockException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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.

    Implements

    System.Runtime.Serialization.ISerializable
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.