コード例 #1
0
 public InvalidScimOperationException(string message, ScimType type, Exception innerException)
     : base(message, innerException)
 {
     this.Type = type;
 }
コード例 #2
0
 public InvalidScimOperationException(string message, ScimType type, Exception innerException)
     : base(message, innerException)
 {
     this.Type = type;
 }
コード例 #3
0
 public InvalidScimOperationException(string message, ScimType type)
     : base(message)
 {
     this.Type = type;
 }
コード例 #4
0
 public InvalidScimOperationException(string message, ScimType type)
     : base(message)
 {
     this.Type = type;
 }