warn() public static méthode

public static warn ( string message, IntPtr exception ) : void
message string
exception IntPtr
Résultat void
Exemple #1
0
 static void ImportWarning(Exception exception)
 {
     Exceptions.warn(exception.ToString(), Exceptions.ImportWarning);
 }