Esempio n. 1
0
 public LicenseException(beRemoteExInfoPackage infoPack, String message, Exception innerEx) : base(infoPack, message, innerEx)
 {
 }
Esempio n. 2
0
 public LicenseException(beRemoteExInfoPackage infoPack, String message) : base(infoPack, message)
 {
 }
Esempio n. 3
0
 public PluginConfigurationException(beRemoteExInfoPackage infoPack) : base(infoPack)
 {
 }
Esempio n. 4
0
 public FaultedThreadException(beRemoteExInfoPackage info, String message)
     : base(info, message)
 {
 }
Esempio n. 5
0
 //public ProtocolConfigurationException(beRemoteExInfoPackage infoPack) : base(infoPack) { }
 public ProtocolConfigurationException(beRemoteExInfoPackage infoPack, String message) : base(infoPack, message)
 {
 }
Esempio n. 6
0
 public PluginConfigurationException(beRemoteExInfoPackage infoPack, String message, Exception innerEx) : base(infoPack, message, innerEx)
 {
 }
Esempio n. 7
0
 public PluginException(beRemoteExInfoPackage infoPackage) : base(infoPackage)
 {
 }
Esempio n. 8
0
 public PluginException(beRemoteExInfoPackage infoPackage, String message) : base(infoPackage, message)
 {
 }
Esempio n. 9
0
 public ProtocolException(beRemoteExInfoPackage infoPackage, String message) : base(infoPackage, message)
 {
 }
Esempio n. 10
0
 public KernelException(beRemoteExInfoPackage info, String message, int eventId) : this(info, message, eventId, null)
 {
 }
Esempio n. 11
0
 public KernelException(beRemoteExInfoPackage info, String message, int eventId, Exception ex)
     : base(info, message, ex)
 {
     evtId = EventId;
 }