warn() public static method

public static warn ( string message, IntPtr exception ) : void
message string
exception IntPtr
return void
Beispiel #1
0
 static void ImportWarning(Exception exception)
 {
     Exceptions.warn(exception.ToString(), Exceptions.ImportWarning);
 }