Show / Hide Table of Contents

    Class DocumentException

    Inheritance
    Object
    Exception
    DocumentException
    CrossReferenceNotResolvedException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    [Serializable]
    public class DocumentException : Exception, ISerializable, _Exception

    Constructors

    DocumentException()

    Declaration
    public DocumentException()

    DocumentException(SerializationInfo, StreamingContext)

    Declaration
    protected DocumentException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    DocumentException(String)

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

    DocumentException(String, Exception)

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

    Properties

    Column

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

    File

    Declaration
    public string File { get; set; }
    Property Value
    Type Description
    String

    Line

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

    Methods

    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)

    RunAll(Action[])

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

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX