mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Source Generation
This commit is contained in:
		
							
								
								
									
										14
									
								
								Esiur/Core/ExceptionLevel.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								Esiur/Core/ExceptionLevel.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Text; | ||||
|  | ||||
| namespace Esiur.Core | ||||
| { | ||||
|     public enum ExceptionLevel | ||||
|     { | ||||
|         Code = 0x1, | ||||
|         Message = 0x2, | ||||
|         Source = 0x4, | ||||
|         Trace = 0x8 | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user