This repository was archived by the owner on Feb 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewExceptionClass.DotSettings
23 lines (23 loc) · 2.56 KB
/
NewExceptionClass.DotSettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Shortcut/@EntryValue">excn</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Description/@EntryValue">New exception class with new Message.</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Text/@EntryValue">public class $ExceptionName$ : Exception
{
public override string Message
{
get
{
return "$END$";
}
}
}</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Categories/=My_0020Snippets/@EntryIndexedValue">My Snippets</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Applicability/=Live/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Scope/=C3001E7C0DA78E4487072B7E050D86C5/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Scope/=C3001E7C0DA78E4487072B7E050D86C5/Type/@EntryValue">InCSharpFile</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Scope/=C3001E7C0DA78E4487072B7E050D86C5/CustomProperties/=minimumLanguageVersion/@EntryIndexedValue">2.0</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Field/=ExceptionName/@KeyIndexDefined">True</s:Boolean>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=311A02773DFDE842B8908866665C3365/Field/=ExceptionName/Order/@EntryValue">0</s:Int64></wpf:ResourceDictionary>