Search Results for

    Show / Hide Table of Contents

    Class ZedGraphException

    An exception thrown by ZedGraph. A child class of System.ApplicationException.

    Inheritance
    System.Object
    System.Exception
    System.ApplicationException
    ZedGraphException
    Implements
    System.Runtime.InteropServices._Exception
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public class ZedGraphException : ApplicationException, _Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    ZedGraphException()

    Initializes a new instance of the System.Exception class.

    Declaration
    public ZedGraphException()
    | Improve this Doc View Source

    ZedGraphException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ZedGraphException class with serialized data.

    Declaration
    protected ZedGraphException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo instance that holds the serialized object data about the exception being thrown.

    System.Runtime.Serialization.StreamingContext context

    The System.Runtime.Serialization.StreamingContext instance that contains contextual information about the source or destination.

    | Improve this Doc View Source

    ZedGraphException(String)

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

    Declaration
    public ZedGraphException(string message)
    Parameters
    Type Name Description
    System.String message

    The error message that explains the reason for the exception.

    | Improve this Doc View Source

    ZedGraphException(String, Exception)

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

    Declaration
    public ZedGraphException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The error message that explains the reason for the exception.

    System.Exception innerException

    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.InteropServices._Exception
    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX