Exemplo n.º 1
0
		private GeckoNativeException(nsIException exception)
			:base(nsString.Get(exception.GetMessageAttribute))
		{
			_exception = exception;

			
		}
Exemplo n.º 2
0
 internal static GeckoNativeException Create(nsIException exception)
 {
     return exception == null ? null : new GeckoNativeException( exception );
 }
Exemplo n.º 3
0
 internal static GeckoNativeException Create(nsIException exception)
 {
     return(exception == null ? null : new GeckoNativeException(exception));
 }
Exemplo n.º 4
0
 private GeckoNativeException(nsIException exception)
     : base(nsString.Get(exception.GetMessageAttribute))
 {
     _exception = exception;
 }
Exemplo n.º 5
0
 private GeckoNativeException(nsIException exception)
     : base(/*nsString.Get(exception.GetMessageAttribute)*/ "PORTFF60")
 {
     _exception = exception;
 }