Ejemplo n.º 1
0
		public NoSuchNetworkException(string netName) : base(Strings.NoSuchNetwork(netName))
		{
			this.netName = netName;
		}
Ejemplo n.º 2
0
		public NoSuchNetworkException(string netName, Exception innerException) : base(Strings.NoSuchNetwork(netName), innerException)
		{
			this.netName = netName;
		}
Ejemplo n.º 3
0
 // Token: 0x060007B4 RID: 1972 RVA: 0x0001CA07 File Offset: 0x0001AC07
 public AmServerNameResolveFqdnException(string error) : base(Strings.AmServerNameResolveFqdnException(error))
 {
     this.error = error;
 }
Ejemplo n.º 4
0
 // Token: 0x060007B5 RID: 1973 RVA: 0x0001CA1C File Offset: 0x0001AC1C
 public AmServerNameResolveFqdnException(string error, Exception innerException) : base(Strings.AmServerNameResolveFqdnException(error), innerException)
 {
     this.error = error;
 }
 // Token: 0x06000739 RID: 1849 RVA: 0x0001BBB2 File Offset: 0x00019DB2
 public ClusCommonRetryableTransientException(string msg, Exception innerException) : base(Strings.ClusCommonRetryableTransientException(msg), innerException)
 {
     this.msg = msg;
 }
Ejemplo n.º 6
0
 public DxStoreKeyApiOperationException(string operationName, string keyName, Exception innerException) : base(Strings.DxStoreKeyApiOperationException(operationName, keyName), innerException)
 {
     this.operationName = operationName;
     this.keyName       = keyName;
 }
 // Token: 0x060006D0 RID: 1744 RVA: 0x0001B10D File Offset: 0x0001930D
 public DxStoreKeyInvalidKeyException(string keyName, Exception innerException) : base(Strings.DxStoreKeyInvalidKeyException(keyName), innerException)
 {
     this.keyName = keyName;
 }
 // Token: 0x060006CF RID: 1743 RVA: 0x0001B0F3 File Offset: 0x000192F3
 public DxStoreKeyInvalidKeyException(string keyName) : base(Strings.DxStoreKeyInvalidKeyException(keyName))
 {
     this.keyName = keyName;
 }
Ejemplo n.º 9
0
		public ClusterException(string clusterError, Exception innerException) : base(Strings.ClusterException(clusterError), innerException)
		{
			this.clusterError = clusterError;
		}
Ejemplo n.º 10
0
		public ClusterException(string clusterError) : base(Strings.ClusterException(clusterError))
		{
			this.clusterError = clusterError;
		}
 // Token: 0x06000781 RID: 1921 RVA: 0x0001C46A File Offset: 0x0001A66A
 public IpResourceCreationOnWrongTypeOfNetworkException(string network, Exception innerException) : base(Strings.IpResourceCreationOnWrongTypeOfNetworkException(network), innerException)
 {
     this.network = network;
 }