Search Results for

    Show / Hide Table of Contents

    Class InvalidNetworkException

    Raised when a network has not been correctly specified.

    Inheritance
    Object
    Exception
    InvalidNetworkException
    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: BayesServer
    Assembly: BayesServer.dll
    Syntax
    public class InvalidNetworkException : Exception, ISerializable

    Constructors

    InvalidNetworkException()

    Initializes a new instance of the InvalidNetworkException class.

    Declaration
    public InvalidNetworkException()

    InvalidNetworkException(String)

    Initializes a new instance of the InvalidNetworkException class with a specified error message.

    Declaration
    public InvalidNetworkException(string message)
    Parameters
    Type Name Description
    String message

    The error message that explains the reason for the exception.

    InvalidNetworkException(String, Exception)

    Initializes a new instance of the InvalidNetworkException class with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public InvalidNetworkException(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. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

    Implements

    System.Runtime.Serialization.ISerializable

    See Also

    BayesServer.Network.Validate
    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.