Method ThrowInternalErrorException
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
ThrowInternalErrorException()
public static void ThrowInternalErrorException()
ThrowInternalErrorException(string)
public static void ThrowInternalErrorException(string message)
Parameters
message string
ThrowInternalErrorException(Exception)
public static void ThrowInternalErrorException(Exception innerException)
Parameters
innerException Exception
ThrowInternalErrorException(string, Exception)
public static void ThrowInternalErrorException(string message, Exception innerException)
Parameters
message string
innerException Exception