/Source/ResourceManagement.Client/Faults/UnwillingToPerformFault.cs
# · C# · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · 71bb125c3e245f8a32ef95961eea6d16 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Runtime.Serialization;
- using System.Text;
-
- namespace Microsoft.ResourceManagement.Client.Faults
- {
- [DataContract(Namespace = Constants.Imda.Namespace)]
- public class UnwillingToPerformFault
- {
- public UnwillingToPerformFault()
- {
-
- }
- }
- }