Badge.Plugin.BadgesNotSupportedException.BadgesNotSupportedException C# (CSharp) Method

BadgesNotSupportedException() public method

Current home launcher is not supported by Badges library
public BadgesNotSupportedException ( ) : System
return System
	    public BadgesNotSupportedException()
			: base("Current home launcher is not supported by Badges library")
		{
	    }

Same methods

BadgesNotSupportedException::BadgesNotSupportedException ( String homePackage ) : System
BadgesNotSupportedException