Show / Hide Table of Contents

    Class DocumentException

    Inheritance
    Object
    Exception
    DocumentException
    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

    | 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
    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

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX