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