Class MilestoneException
Inheritance
MilestoneException
Assembly: cs.temp.dll.dll
Syntax
public class MilestoneException : Exception
Constructors
MilestoneException(IMilestone, String)
Declaration
public MilestoneException(IMilestone milestone, string message)
Parameters
MilestoneException(SerializationInfo, StreamingContext)
Declaration
public MilestoneException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
MilestoneException(String)
Declaration
public MilestoneException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
MilestoneException(String, Exception)
Declaration
public MilestoneException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
innerException |
|
Fields
Milestone
Declaration
public IMilestone Milestone
Field Value