Search Results for

    Show / Hide Table of Contents

    Class DocumentException

    Inheritance
    Object
    Exception
    DocumentException
    InvalidCrossReferenceException
    InvalidJsonPointerException
    InvalidSchemaException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    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.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    [Serializable]
    public class DocumentException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    DocumentException()

    Declaration
    public DocumentException()
    | Improve this Doc View Source

    DocumentException(SerializationInfo, StreamingContext)

    Declaration
    protected DocumentException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context
    | Improve this Doc View Source

    DocumentException(String)

    Declaration
    public DocumentException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    DocumentException(String, Exception)

    Declaration
    public DocumentException(string message, Exception inner)
    Parameters
    Type Name Description
    String message
    Exception inner

    Properties

    | Improve this Doc View Source

    Column

    Declaration
    public int Column { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    File

    Declaration
    public string File { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Line

    Declaration
    public int Line { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    [SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context
    Overrides
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    | Improve this Doc View Source

    RunAll(Action[])

    Declaration
    public static void RunAll(params Action[] actions)
    Parameters
    Type Name Description
    Action[] actions

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX