System.ServiceModel.ExceptionHelper
class ExceptionHelper
namespace System.ServiceModel
{
internal class ExceptionHelper
{
public static Exception AsError(Exception exception);
public static PlatformNotSupportedException PlatformNotSupported();
public static PlatformNotSupportedException PlatformNotSupported(string message);
public static Exception CreateMaxReceivedMessageSizeExceededException(long maxMessageSize);
public ExceptionHelper();
}
}