ArchiMetrics.Analysis.Common.Metrics.ExceptionDocumentation.ExceptionDocumentation C# (CSharp) Method

ExceptionDocumentation() public method

public ExceptionDocumentation ( string exceptionType, string description )
exceptionType string
description string
		public ExceptionDocumentation(string exceptionType, string description)
		{
			ExceptionType = exceptionType;
			Description = description;
		}
ExceptionDocumentation