Class DocumentException
Inheritance
DocumentException
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
|
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
Properties
|
Improve this Doc
View Source
Column
Declaration
public int Column { get; set; }
Property Value
|
Improve this Doc
View Source
File
Declaration
public string File { get; set; }
Property Value
|
Improve this Doc
View Source
Line
Declaration
public int Line { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
|
Improve this Doc
View Source
RunAll(Action[])
Declaration
public static void RunAll(params Action[] actions)
Parameters
Type |
Name |
Description |
Action[] |
actions |
|
Extension Methods