PageRenderTime 46ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/ResourceManagement.Client/Faults/UnwillingToPerformFault.cs

#
C# | 16 lines | 14 code | 2 blank | 0 comment | 0 complexity | 71bb125c3e245f8a32ef95961eea6d16 MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Runtime.Serialization;
  4. using System.Text;
  5. namespace Microsoft.ResourceManagement.Client.Faults
  6. {
  7. [DataContract(Namespace = Constants.Imda.Namespace)]
  8. public class UnwillingToPerformFault
  9. {
  10. public UnwillingToPerformFault()
  11. {
  12. }
  13. }
  14. }